mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
qfcc: forgot a newline in -V output
This commit is contained in:
parent
89c7e0df1a
commit
46c4174024
1 changed files with 1 additions and 1 deletions
|
@ -964,7 +964,7 @@ DecodeArgs (int argc, char **argv)
|
|||
usage (0);
|
||||
break;
|
||||
case 'V': // version
|
||||
printf ("%s version %s", PACKAGE, VERSION);
|
||||
printf ("%s version %s\n", PACKAGE, VERSION);
|
||||
exit (0);
|
||||
break;
|
||||
case 's': // src dir
|
||||
|
|
Loading…
Reference in a new issue