diff options
author | Kristian Rietveld <kristian@src.gnome.org> | 2003-09-03 19:57:05 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2003-09-03 19:57:05 +0000 |
commit | eccc733f2907961ddbdf883da4e2f123d9be84dd (patch) | |
tree | dfdb28fcd9ffa00c3ef779e8a534cba092897298 /gdk-pixbuf/io-gif.c | |
parent | 9538b6e57c7687d776290a0159837421efc7f49f (diff) | |
download | gtk+-eccc733f2907961ddbdf883da4e2f123d9be84dd.tar.gz |
brooooooooken pipe.
Diffstat (limited to 'gdk-pixbuf/io-gif.c')
-rw-r--r-- | gdk-pixbuf/io-gif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c index bc71a19f1f..28cd7e0a25 100644 --- a/gdk-pixbuf/io-gif.c +++ b/gdk-pixbuf/io-gif.c @@ -1290,7 +1290,7 @@ gif_get_next_step (GifContext *context) } if (c == '!') { - /* Check the extention */ + /* Check the extension */ gif_set_get_extension (context); return 0; } |