diff options
Diffstat (limited to 'src/dirname.c')
-rw-r--r-- | src/dirname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dirname.c b/src/dirname.c index 9eee8221b..347623dbc 100644 --- a/src/dirname.c +++ b/src/dirname.c @@ -75,7 +75,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); /* The above handles --help and --version. Since there is no other invocation of getopt, handle `--' here. */ if (argc > 1 && STREQ (argv[1], "--")) |