Update internal.h to conditionally include asm/string.h
[oweals/busybox.git] / freeramdisk.c
index cabe5660bf71bced636359d87a7326d396e90845..fdac5ea46094090b6ef77aec1721676e9a1e53d9 100644 (file)
@@ -58,7 +58,7 @@ freeramdisk_main(int argc, char **argv)
        /* Don't bother closing.  Exit does
         * that, so we can save a few bytes */
        /* close(f); */
-       exit(TRUE);
+       return(TRUE);
 }
 
 /*