Silence the compiler.

2006-01-16  Matthias Clasen  <mclasen@redhat.com>

	* pixbuf-draw.c (draw_gap_image): Silence the
	compiler.
This commit is contained in:
Matthias Clasen 2006-01-16 13:18:16 +00:00 committed by Matthias Clasen
parent be820c5dc4
commit 94ba779870
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-01-16 Matthias Clasen <mclasen@redhat.com>
* pixbuf-draw.c (draw_gap_image): Silence the
compiler.
2005-11-17 Matthias Clasen <mclasen@redhat.com>
* pixbuf-rc-style.c: const correctness fixes

View File

@ -296,6 +296,9 @@ draw_gap_image(GtkStyle *style,
r3.width = thickness;
r3.height = height - (gap_x + gap_width);
break;
default:
g_assert_not_reached ();
}
if (image->background)