diff options
-rw-r--r-- | src/true.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/true.c b/src/true.c index c92700e03..e4508cbf1 100644 --- a/src/true.c +++ b/src/true.c @@ -63,7 +63,8 @@ main (int argc, char **argv) usage (EXIT_SUCCESS); if (STREQ (argv[1], "--version")) - version_etc (stdout, PROGRAM_NAME, GNU_PACKAGE, VERSION, AUTHORS, NULL); + version_etc (stdout, PROGRAM_NAME, GNU_PACKAGE, VERSION, AUTHORS, + (char *) NULL); } exit (EXIT_SUCCESS); |