diff options
Diffstat (limited to 'util-linux/more.c')
-rw-r--r-- | util-linux/more.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/more.c b/util-linux/more.c index ee559b1..2d7f3a9 100644 --- a/util-linux/more.c +++ b/util-linux/more.c @@ -165,7 +165,7 @@ int more_main(int argc, char **argv) if (c == '\t') { spaces = CONVERTED_TAB_SIZE - 1; c = ' '; - } + } /* * There are two input streams to worry about here: |