From 7d5ca7dd468e43973cf428b6d14eb905c0e1e348 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 8 Oct 2006 14:09:39 +0000 Subject: fix the build --- gdk-pixbuf/io-wbmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdk-pixbuf') diff --git a/gdk-pixbuf/io-wbmp.c b/gdk-pixbuf/io-wbmp.c index 94a6f61e11..ab8cc1fb74 100644 --- a/gdk-pixbuf/io-wbmp.c +++ b/gdk-pixbuf/io-wbmp.c @@ -170,7 +170,7 @@ get_mbi(struct wbmp_progressive_state *context, const guchar **buf, guint *buf_s gboolean rv; *val = 0; - n = i = 0; + n = 0; do { rv = getin(context, buf, buf_size, intbuf+n, 1); if(!rv) -- cgit v1.2.1