From 30fe01d8c124c34a8423cd1517406c87e4f9489e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 28 Dec 2012 00:17:26 -0500 Subject: Add a fall-through marker Coverity complained about this. --- gdk-pixbuf/io-gif.c | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.1