X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/fd81cbc07820f5b838cd320a8846cf0c3ec6a0a8..c7c8335f5851c1e2bf3877a4a134affe4e39d6eb:/uip/forw.c diff --git a/uip/forw.c b/uip/forw.c index 5b4d9014..501f6513 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -163,7 +163,8 @@ main (int argc, char **argv) nwhat = 0; continue; case BILDSW: - buildsw++; /* fall... */ + buildsw++; + /* FALLTHRU */ case NWHATSW: nwhat++; continue;