diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-10-08 14:09:39 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-10-08 14:09:39 +0000 |
commit | 7d5ca7dd468e43973cf428b6d14eb905c0e1e348 (patch) | |
tree | 01d7599c6b15382294b8f54752f37c8910ebe2fb /gdk-pixbuf | |
parent | 241ff0b6bd15f079ce58635bca921395db8f0bb4 (diff) | |
download | gtk+-7d5ca7dd468e43973cf428b6d14eb905c0e1e348.tar.gz |
fix the build
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/io-wbmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |