diff options
Diffstat (limited to 'src/printenv.c')
-rw-r--r-- | src/printenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printenv.c b/src/printenv.c index 033e98e1d..a956d250d 100644 --- a/src/printenv.c +++ b/src/printenv.c @@ -94,7 +94,7 @@ main (int argc, char **argv) atexit (close_stdout); parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, - usage, AUTHORS, NULL); + usage, AUTHORS, (char const *) NULL); while ((c = getopt_long (argc, argv, "", long_options, NULL)) != -1) { |