Update internal.h to conditionally include asm/string.h
[oweals/busybox.git] / more.c
diff --git a/more.c b/more.c
index 549a417307e6d307f8cbb93f6522d19de25e95e8..13101657810d4e6da140a29232c0d73c98832675 100644 (file)
--- a/more.c
+++ b/more.c
@@ -221,5 +221,5 @@ extern int more_main(int argc, char **argv)
 #ifdef BB_FEATURE_USE_TERMIOS
        gotsig(0);
 #endif
-       exit(TRUE);
+       return(TRUE);
 }