diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-17 15:14:04 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-17 15:14:04 +0000 |
commit | 56244736ec7d0a3c338f542204aae83fb0200346 (patch) | |
tree | 5b228e3fe0009a2464914c26d0685fc59dbe3509 /libbb | |
parent | 542963685c3e25ae4cc7ffa3a80d5f1129e6a0d7 (diff) | |
download | busybox-w32-56244736ec7d0a3c338f542204aae83fb0200346.tar.gz busybox-w32-56244736ec7d0a3c338f542204aae83fb0200346.tar.bz2 busybox-w32-56244736ec7d0a3c338f542204aae83fb0200346.zip |
whitespace fixes
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 46807a3b6..f48ccaa6a 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c | |||
@@ -505,7 +505,7 @@ getopt32(char **argv, const char *applet_opts, ...) | |||
505 | * affairs is that BSD-derived versions of getopt() misbehave if | 505 | * affairs is that BSD-derived versions of getopt() misbehave if |
506 | * optind is set to 0 in order to reset getopt(), and glibc's getopt() | 506 | * optind is set to 0 in order to reset getopt(), and glibc's getopt() |
507 | * will core dump if optind is set 1 in order to reset getopt(). | 507 | * will core dump if optind is set 1 in order to reset getopt(). |
508 | * | 508 | * |
509 | * More modern versions of BSD require that optreset be set to 1 in | 509 | * More modern versions of BSD require that optreset be set to 1 in |
510 | * order to reset getopt(). Sigh. Standards, anyone? | 510 | * order to reset getopt(). Sigh. Standards, anyone? |
511 | */ | 511 | */ |