summaryrefslogtreecommitdiff
path: root/src/include/getopt_long.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/getopt_long.h')
-rw-r--r--src/include/getopt_long.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/getopt_long.h b/src/include/getopt_long.h
index a16c5f9b14c..00692bb616c 100644
--- a/src/include/getopt_long.h
+++ b/src/include/getopt_long.h
@@ -30,7 +30,7 @@ struct option
extern int getopt_long(int argc, char *const argv[],
const char *optstring,
- const struct option * longopts, int *longindex);
+ const struct option *longopts, int *longindex);
#endif
#endif /* GETOPT_LONG_H */