commit | 823694de2bdebdce3d7708fb251962226f12e02a | [log] [tgz] |
---|---|---|
author | Tanguy Pruvot <tanguy.pruvot@gmail.com> | Sun Nov 18 13:20:29 2012 +0100 |
committer | Tanguy Pruvot <tanguy.pruvot@gmail.com> | Tue Feb 26 20:26:41 2013 +0100 |
tree | ad71c6a2704d66e43b2910e029423eb82984a915 | |
parent | 6e205db6a39b79aa175775be9edb0d4c6092eea8 [diff] [blame] |
Busybox 1.21.0 squashed commit for jellybean Change-Id: I423c7fc1254050c6495126b1b18dd33af07fed6b Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index d662c81..1ae0c59 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c
@@ -372,7 +372,7 @@ if (!argv[1]) { if (compatible) { /* For some reason, the original getopt gave no error - when there were no arguments. */ + * when there were no arguments. */ printf(" --\n"); return 0; }