From c05d46d610b3b2d957c205bd2bc7013ecf355f58 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 31 Jan 2012 21:02:51 +0100 Subject: more: add comment Signed-off-by: Karel Zak --- text-utils/more.c | 1 + 1 file changed, 1 insertion(+) (limited to 'text-utils/more.c') diff --git a/text-utils/more.c b/text-utils/more.c index a2ade68ff..d68b40ef9 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 (); -- cgit v1.2.3-55-g7522