X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4d5b79600a86a6c44aa67db479fc63875958458a..1fd76d60f580a4f33f1ad58e9314c12562fca116:/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;