diff options
Diffstat (limited to 'src/port/getopt.c')
-rw-r--r-- | src/port/getopt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/port/getopt.c b/src/port/getopt.c index 48d10fb9ee4..28a0d0a4764 100644 --- a/src/port/getopt.c +++ b/src/port/getopt.c @@ -81,8 +81,7 @@ const char *ostr; !(oli = strchr(ostr, optopt))) { /* - * if the user didn't specify '-' as an option, assume it means - * -1. + * if the user didn't specify '-' as an option, assume it means -1. */ if (optopt == (int) '-') return -1; |