From ba26c1ec5f36372dd551a878653fec2c6513c9c4 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Tue, 28 Oct 2014 10:08:58 +0100 Subject: xcf: Add comment for fall through Coverity likes a fall through comment if we really mean it. Fixes CID 63744 --- src/bin/xcf/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/xcf/main.c b/src/bin/xcf/main.c index dca44d0..70ade8c 100644 --- a/src/bin/xcf/main.c +++ b/src/bin/xcf/main.c @@ -1537,6 +1537,7 @@ flatten_image(void) case ERASE_MODE: case ANTI_ERASE_MODE: D("EEEEEK -- this mode shouldn't be here\n"); + /* Fall through */ case NORMAL_MODE: D("NORMAL\n"); -- cgit v1.2.1