summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-12-28 00:17:26 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-12-28 00:17:26 -0500
commit30fe01d8c124c34a8423cd1517406c87e4f9489e (patch)
tree22e90297f94d6f16c9a5f765fde6f84e19b29ff1
parent701d6681e92ccbe0de48270c7c15bef8e18399ef (diff)
downloadgdk-pixbuf-30fe01d8c124c34a8423cd1517406c87e4f9489e.tar.gz
Add a fall-through marker
Coverity complained about this.
-rw-r--r--gdk-pixbuf/io-gif.c1
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;