aboutsummaryrefslogtreecommitdiff
path: root/more.c
diff options
context:
space:
mode:
Diffstat (limited to 'more.c')
-rw-r--r--more.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/more.c b/more.c
index 549a41730..131016578 100644
--- a/more.c
+++ b/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}