diff options
Diffstat (limited to 'src/true.c')
-rw-r--r-- | src/true.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/true.c b/src/true.c index c92700e03..65e7f524d 100644 --- a/src/true.c +++ b/src/true.c @@ -63,7 +63,7 @@ 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); } exit (EXIT_SUCCESS); |