summaryrefslogtreecommitdiff
path: root/getopt1.c
diff options
context:
space:
mode:
Diffstat (limited to 'getopt1.c')
-rw-r--r--getopt1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/getopt1.c b/getopt1.c
index 7f824232d7..7a2bbae344 100644
--- a/getopt1.c
+++ b/getopt1.c
@@ -56,7 +56,7 @@ getopt_long (argc, argv, options, long_options, opt_index)
but does match a short option, it is parsed as a short option
instead. */
-int
+int
getopt_long_only (argc, argv, options, long_options, opt_index)
int argc;
char *const *argv;