Update internal.h to conditionally include asm/string.h
[oweals/busybox.git] / math.c
diff --git a/math.c b/math.c
index 621b5c9b0c946f1d22844452c3967176e0f9ff25..eb8f331fdb96705bc520eaaad6e9aa69318a2f49 100644 (file)
--- a/math.c
+++ b/math.c
@@ -186,5 +186,5 @@ int math_main(int argc, char **argv)
                }
        }
        stack_machine(0);
-       exit( TRUE);
+       return( TRUE);
 }