No semicolons after #endif, please.
authorGuy Harris <guy@alum.mit.edu>
Fri, 26 Aug 2011 19:07:40 +0000 (19:07 -0000)
committerGuy Harris <guy@alum.mit.edu>
Fri, 26 Aug 2011 19:07:40 +0000 (19:07 -0000)
svn path=/trunk/; revision=38747

gtk/rtp_player.c

index 744bec414dfc664904cce9d51a6c5f44baaf6806..bd4ca65fed5af47fbf7764510c884cbb0920189f 100644 (file)
@@ -1020,7 +1020,7 @@ draw_channel_cursor(rtp_channel_info_t *rci, guint32 start_index)
                cairo_set_source_surface (cr, rci->surface, idx/MULT, 0);
 #else
                gdk_cairo_set_source_pixmap (cr, rci->pixmap, idx/MULT, 0);
-#endif;
+#endif
                cairo_pattern_set_extend (cairo_get_source (cr), CAIRO_EXTEND_REPEAT);
                cairo_rectangle (cr, idx/MULT, 0, 1, widget_alloc.height-HEIGHT_TIME_LABEL);
                cairo_fill (cr);