diff options
-rw-r--r-- | gdk-pixbuf/io-gif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c index 23d9d7aac..a943f4e0a 100644 --- a/gdk-pixbuf/io-gif.c +++ b/gdk-pixbuf/io-gif.c @@ -1428,6 +1428,7 @@ gif_main_loop (GifContext *context) case GIF_DONE: LOG("done\n"); + /* fall through */ default: retval = 0; goto done; |