Another update from Larry:
[oweals/busybox.git] / uudecode.c
index cccc528729e62d3d0bc7951cc6c6f53b4878917f..6a3f78a42404c6235d905dde59f44a52ca912b14 100644 (file)
  */
 
 
-#include "busybox.h"
 
 #include <stdio.h>
 #include <errno.h>
 #include <getopt.h>
 #include <string.h>
 #include <stdlib.h>
+#include "busybox.h"
 #include "pwd_grp/pwd.h"
 #include "pwd_grp/grp.h"
 
@@ -292,7 +292,7 @@ int uudecode_main (int argc,
       break;
 
      default:
-      usage(uudecode_usage);
+      show_usage();
     }
   }