diff options
-rw-r--r-- | src/true.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/true.c b/src/true.c index 1d46f1427..004b77ef6 100644 --- a/src/true.c +++ b/src/true.c @@ -47,10 +47,7 @@ main (int argc, char **argv) usage (EXIT_SUCCESS); if (STREQ (argv[1], "--version")) - { - version_etc (stdout, PROGRAM_NAME, GNU_PACKAGE, VERSION, AUTHORS); - exit (EXIT_SUCCESS); - } + version_etc (stdout, PROGRAM_NAME, GNU_PACKAGE, VERSION, AUTHORS); } exit (EXIT_SUCCESS); |