From: Karel Zak Date: Tue, 31 Jan 2012 20:02:51 +0000 (+0100) Subject: more: add comment X-Git-Tag: v2.21-rc2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c05d46d610b3b2d957c205bd2bc7013ecf355f58;p=thirdparty%2Futil-linux.git more: add comment Signed-off-by: Karel Zak --- diff --git a/text-utils/more.c b/text-utils/more.c index a2ade68ff7..d68b40ef96 100644 --- a/text-utils/more.c +++ b/text-utils/more.c @@ -1332,6 +1332,7 @@ int command (char *filename, register FILE *f) break; case 'n': lastp++; + /* fallthrough */ case '/': if (nlines == 0) nlines++; kill_line ();