No semicolons after #endif, please.

svn path=/trunk/; revision=38747
This commit is contained in:
Guy Harris 2011-08-26 19:07:40 +00:00
parent 18735eaba5
commit 0b7de08f82
1 changed files with 1 additions and 1 deletions

View 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);