diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-26 00:37:00 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-26 00:37:00 +0000 |
commit | c6f188def8c5496dbd65c9be6ca3050286db7227 (patch) | |
tree | d8e1e56c728628c15f66cb88a6e54f368c806939 /util-linux/getopt.c | |
parent | e63a0dee9e559110bcaec494ae5e7fc78c4141c7 (diff) | |
download | busybox-w32-c6f188def8c5496dbd65c9be6ca3050286db7227.tar.gz busybox-w32-c6f188def8c5496dbd65c9be6ca3050286db7227.tar.bz2 busybox-w32-c6f188def8c5496dbd65c9be6ca3050286db7227.zip |
silly size savings and capitalization fixes
Diffstat (limited to 'util-linux/getopt.c')
-rw-r--r-- | util-linux/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 02bb218b3..17f3c4297 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c | |||
@@ -172,7 +172,7 @@ int generate_output(char * argv[],int argc,const char *optstr, | |||
172 | printf(" --"); | 172 | printf(" --"); |
173 | while (optind < argc) | 173 | while (optind < argc) |
174 | printf(" %s",normalize(argv[optind++])); | 174 | printf(" %s",normalize(argv[optind++])); |
175 | printf("\n"); | 175 | puts(""); |
176 | } | 176 | } |
177 | return exit_code; | 177 | return exit_code; |
178 | } | 178 | } |