diff options
author | Ron Yorston <rmy@pobox.com> | 2015-10-13 14:45:51 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-10-13 14:45:51 +0100 |
commit | 8e509f11bceeec419abc718300bef7422d1fee4c (patch) | |
tree | fdfbc752ad94102e3613a5d7254f14a93eaf7f56 /util-linux/getopt.c | |
parent | 420f5edfe7676fe6e7cddbbf15c04649d096e422 (diff) | |
parent | 4d0c1ea4784c9844f8468d97ca5c26d3c70f9921 (diff) | |
download | busybox-w32-8e509f11bceeec419abc718300bef7422d1fee4c.tar.gz busybox-w32-8e509f11bceeec419abc718300bef7422d1fee4c.tar.bz2 busybox-w32-8e509f11bceeec419abc718300bef7422d1fee4c.zip |
Merge branch 'busybox' into merge
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 58df1c823..b9dadf13c 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c | |||
@@ -378,7 +378,7 @@ int getopt_main(int argc, char **argv) | |||
378 | if (compatible) { | 378 | if (compatible) { |
379 | /* For some reason, the original getopt gave no error | 379 | /* For some reason, the original getopt gave no error |
380 | * when there were no arguments. */ | 380 | * when there were no arguments. */ |
381 | printf(" --\n"); | 381 | puts(" --"); |
382 | return 0; | 382 | return 0; |
383 | } | 383 | } |
384 | bb_error_msg_and_die("missing optstring argument"); | 384 | bb_error_msg_and_die("missing optstring argument"); |