xcf: Add comment for fall through

Coverity likes a fall through comment if we really mean it.

Fixes CID 63744
This commit is contained in:
Sebastian Dransfeld 2014-10-28 10:08:58 +01:00
parent 093cb0e839
commit 659c3346ce
1 changed files with 1 additions and 0 deletions

View File

@ -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");