diff options
Diffstat (limited to 'src/pwd.c')
-rw-r--r-- | src/pwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,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); if (1 < argc) error (0, 0, _("ignoring non-option arguments")); |