diff options
author | Havoc Pennington <hp@src.gnome.org> | 1999-10-27 20:16:37 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 1999-10-27 20:16:37 +0000 |
commit | 3176b6b3eaec9912067a00286dbf2da8881d8dc3 (patch) | |
tree | 9f4b0e16d2b2647fc97797e4a2fb7dbdd15ac092 /demos/testpixbuf.c | |
parent | be374ad560466f7d6a6aa5eac43ec422208a0a82 (diff) | |
download | gdk-pixbuf-3176b6b3eaec9912067a00286dbf2da8881d8dc3.tar.gz |
blank space cleanups
Diffstat (limited to 'demos/testpixbuf.c')
-rw-r--r-- | demos/testpixbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c index 83e1444ce..7dfcf06ef 100644 --- a/demos/testpixbuf.c +++ b/demos/testpixbuf.c @@ -333,7 +333,7 @@ expose_func (GtkWidget *drawing_area, GdkEventExpose *event, gpointer data) + (event->area.x * pixbuf->art_pixbuf->n_channels), pixbuf->art_pixbuf->rowstride); } -} +} static void config_func (GtkWidget *drawing_area, GdkEventConfigure *event, gpointer data) |