aboutsummaryrefslogtreecommitdiffstats
path: root/src/getlimits.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/getlimits.c')
-rw-r--r--src/getlimits.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/getlimits.c b/src/getlimits.c
index 9cf29275b..b7a825b91 100644
--- a/src/getlimits.c
+++ b/src/getlimits.c
@@ -126,7 +126,8 @@ main (int argc, char **argv)
atexit (close_stdout);
parse_gnu_standard_options_only (argc, argv, PROGRAM_NAME, PACKAGE_NAME,
- VERSION, true, usage, AUTHORS, NULL);
+ VERSION, true, usage, AUTHORS,
+ (char const *) nullptr);
#define print_int(TYPE) \
sprintf (limit + 1, "%"PRIuMAX, (uintmax_t) TYPE##_MAX); \