Clearly mark switch cases that fall through.

This commit is contained in:
Tobias Brunner
2011-04-19 13:48:50 +02:00
parent 119fc2d3d7
commit 1c004bebd8
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -1155,6 +1155,7 @@ int main(int argc, char **argv)
case OPT_STATUSALL: /* --statusall */
msg.whack_statusall = TRUE;
/* fall through */
case OPT_STATUS: /* --status */
msg.whack_status = TRUE;