Update internal.h to conditionally include asm/string.h
[oweals/busybox.git] / tee.c
diff --git a/tee.c b/tee.c
index a78edc039348f3d1a938fab8d342c5280a56caa8..c9b5410d312347d59e200b6497bb5566844d941c 100644 (file)
--- a/tee.c
+++ b/tee.c
@@ -130,7 +130,7 @@ int tee_main(int argc, char **argv)
        /* Don't bother to close files  Exit does that 
         * automagically, so we can save a few bytes */
        /* free(FileList); */
-       exit(0);
+       return(0);
 }
 
-/* $Id: tee.c,v 1.10 2000/05/12 19:41:47 erik Exp $ */
+/* $Id: tee.c,v 1.11 2000/06/19 17:25:40 andersen Exp $ */