summaryrefslogtreecommitdiffstats
path: root/text-utils/more.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/more.c')
-rw-r--r--text-utils/more.c1
1 files changed, 1 insertions, 0 deletions
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 ();