From c05d46d610b3b2d957c205bd2bc7013ecf355f58 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 31 Jan 2012 21:02:51 +0100 Subject: [PATCH] more: add comment Signed-off-by: Karel Zak --- text-utils/more.c | 1 + 1 file changed, 1 insertion(+) 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 (); -- 2.47.3