summaryrefslogtreecommitdiff
path: root/src/port/getopt_long.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/getopt_long.c')
-rw-r--r--src/port/getopt_long.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/getopt_long.c b/src/port/getopt_long.c
index aa5b7319fd5..0f589d631bf 100644
--- a/src/port/getopt_long.c
+++ b/src/port/getopt_long.c
@@ -56,7 +56,7 @@
int
getopt_long(int argc, char *const argv[],
const char *optstring,
- const struct option * longopts, int *longindex)
+ const struct option *longopts, int *longindex)
{
static char *place = EMSG; /* option letter processing */
char *oli; /* option letter list index */