]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
more: add comment
authorKarel Zak <kzak@redhat.com>
Tue, 31 Jan 2012 20:02:51 +0000 (21:02 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 31 Jan 2012 20:02:51 +0000 (21:02 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/more.c

index a2ade68ff740bd5a56fdc675dbae394dd7d9e854..d68b40ef96d96be81769b4f844d4e9fad090b158 100644 (file)
@@ -1332,6 +1332,7 @@ int command (char *filename, register FILE *f)
            break;
        case 'n':
            lastp++;
+           /* fallthrough */
        case '/':
            if (nlines == 0) nlines++;
            kill_line ();