X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4d5b79600a86a6c44aa67db479fc63875958458a..b96cc2bb14029099f59cfa9d77318f8c5f54db57:/uip/repl.c diff --git a/uip/repl.c b/uip/repl.c index 7f0c7bac..15aa0a3a 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -225,7 +225,8 @@ main (int argc, char **argv) nwhat = 0; continue; case BILDSW: - buildsw++; /* fall... */ + buildsw++; + /* FALLTHRU */ case NWHATSW: nwhat++; continue;