mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +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);
|
usage (0);
|
||||||
break;
|
break;
|
||||||
case 'V': // version
|
case 'V': // version
|
||||||
printf ("%s version %s", PACKAGE, VERSION);
|
printf ("%s version %s\n", PACKAGE, VERSION);
|
||||||
exit (0);
|
exit (0);
|
||||||
break;
|
break;
|
||||||
case 's': // src dir
|
case 's': // src dir
|
||||||
|
|
Loading…
Reference in a new issue