getopt_ulflags -> getopt32.
[oweals/busybox.git] / util-linux / getopt.c
index a4968b72e38752fee20b57a83eccebf056509961..02bb218b376d3ca5d05d99774b8cf06a5e6f20cb 100644 (file)
@@ -184,7 +184,7 @@ enum { LONG_OPTIONS_INCR = 10 };
 #define init_longopt() add_longopt(NULL,0)
 
 /* Register a long option. The contents of name is copied. */
-void add_longopt(const char *name,int has_arg)
+void add_longopt(const char *name, int has_arg)
 {
        if (!name) { /* init */
                free(long_options);