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 549a41730..131016578 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
@@ -221,5 +221,5 @@ extern int more_main(int argc, char **argv) | |||
221 | #ifdef BB_FEATURE_USE_TERMIOS | 221 | #ifdef BB_FEATURE_USE_TERMIOS |
222 | gotsig(0); | 222 | gotsig(0); |
223 | #endif | 223 | #endif |
224 | exit(TRUE); | 224 | return(TRUE); |
225 | } | 225 | } |