diff options
Diffstat (limited to 'src/whoami.c')
-rw-r--r-- | src/whoami.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/whoami.c b/src/whoami.c index c113ba35d..8b4318d4e 100644 --- a/src/whoami.c +++ b/src/whoami.c @@ -77,7 +77,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) { |