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 | |
parent | 163516da3ae54a587fb476c621793bd206f380c2 (diff) | |
download | busybox-ff131b980d524a33d8a43cefe65e14f64a43f2da.tar.gz |
style fixes. No code changes.
Diffstat (limited to 'libbb')
-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, ...) } s--; } - va_end (p); + va_end(p); if (spec_flgs & FIRST_ARGV_IS_OPT) { if (argv[1] && argv[1][0] != '-' && argv[1][0] != '\0') { |