From 75225b9f21a196be8cf593ed2266a8d376426d9c Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 1 Aug 2000 00:15:02 +0000 Subject: [PATCH] Add a 'w' in the right spot. Add a 'w' in the right spot. --- gdk-pixbuf/io-wbmp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gdk-pixbuf/io-wbmp.c b/gdk-pixbuf/io-wbmp.c index 4b7dced9f9..76cb8e65e0 100644 --- a/gdk-pixbuf/io-wbmp.c +++ b/gdk-pixbuf/io-wbmp.c @@ -72,7 +72,6 @@ gboolean gdk_pixbuf__wbmp_image_load_increment(gpointer data, guchar * buf, guint size); - /* Shared library entry point --> This should be removed when generic_image_load enters gdk-pixbuf-io. */ GdkPixbuf *gdk_pixbuf__wbmp_image_load(FILE * f) @@ -219,7 +218,7 @@ get_mbi(struct wbmp_progressive_state *context, guchar **buf, guint *buf_size, i * * append image data onto inrecrementally built output image */ -gboolean gdk_pixbuf__bmp_image_load_increment(gpointer data, guchar * buf, +gboolean gdk_pixbuf__wbmp_image_load_increment(gpointer data, guchar * buf, guint size) { struct wbmp_progressive_state *context =