diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-10 15:42:06 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-10 15:42:06 +0000 |
commit | ff131b980d524a33d8a43cefe65e14f64a43f2da (patch) | |
tree | 82d252f04f9a8511be452dcd8b5e322c59653c72 /libbb/getopt32.c | |
parent | 163516da3ae54a587fb476c621793bd206f380c2 (diff) | |
download | busybox-w32-ff131b980d524a33d8a43cefe65e14f64a43f2da.tar.gz busybox-w32-ff131b980d524a33d8a43cefe65e14f64a43f2da.tar.bz2 busybox-w32-ff131b980d524a33d8a43cefe65e14f64a43f2da.zip |
style fixes. No code changes.
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r-- | libbb/getopt32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c index 28b47974e..382d28a4e 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c | |||
@@ -445,7 +445,7 @@ getopt32(int argc, char **argv, const char *applet_opts, ...) | |||
445 | } | 445 | } |
446 | s--; | 446 | s--; |
447 | } | 447 | } |
448 | va_end (p); | 448 | va_end(p); |
449 | 449 | ||
450 | if (spec_flgs & FIRST_ARGV_IS_OPT) { | 450 | if (spec_flgs & FIRST_ARGV_IS_OPT) { |
451 | if (argv[1] && argv[1][0] != '-' && argv[1][0] != '\0') { | 451 | if (argv[1] && argv[1][0] != '-' && argv[1][0] != '\0') { |