diff options
Diffstat (limited to 'gdk-pixbuf/io-jpeg.c')
-rw-r--r-- | gdk-pixbuf/io-jpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-jpeg.c b/gdk-pixbuf/io-jpeg.c index fd402d29ff..68660d4c74 100644 --- a/gdk-pixbuf/io-jpeg.c +++ b/gdk-pixbuf/io-jpeg.c @@ -481,7 +481,7 @@ image_load_increment (gpointer data, guchar *buf, guint size) /* we're decompressing so feed jpeg lib scanlines */ guchar *lines[4]; guchar **lptr; - guchar *rowptr, *p; + guchar *rowptr; gint nlines, i; gint start_scanline; |