X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/81dbd9c805607b15b0e1ee87df97367f7a274a0a..c347c3bb:/sbr/fmt_new.c?ds=sidebyside diff --git a/sbr/fmt_new.c b/sbr/fmt_new.c index 18f48987..c832e7fa 100644 --- a/sbr/fmt_new.c +++ b/sbr/fmt_new.c @@ -1,6 +1,4 @@ - -/* - * fmt_new.c -- read format file/string and normalize +/* fmt_new.c -- read format file/string and normalize * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -102,7 +100,8 @@ normalize (char *cp) break; case 0: - cp--; /* fall */ + cp--; + /* FALLTHRU */ default: *dp++ = *cp; break;