summaryrefslogtreecommitdiffstats
path: root/text-utils/more.c
diff options
context:
space:
mode:
authorKarel Zak2012-01-31 21:02:51 +0100
committerKarel Zak2012-01-31 21:02:51 +0100
commitc05d46d610b3b2d957c205bd2bc7013ecf355f58 (patch)
tree12075e52fd816954702c44ba91eceffe77ce7849 /text-utils/more.c
parentswapon: add break to keep static analysers happy (diff)
downloadkernel-qcow2-util-linux-c05d46d610b3b2d957c205bd2bc7013ecf355f58.tar.gz
kernel-qcow2-util-linux-c05d46d610b3b2d957c205bd2bc7013ecf355f58.tar.xz
kernel-qcow2-util-linux-c05d46d610b3b2d957c205bd2bc7013ecf355f58.zip
more: add comment
Signed-off-by: Karel Zak <kzak@redhat.com>
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 ();