qfcc: forgot a newline in -V output

This commit is contained in:
Jeff Teunissen 2001-10-26 08:17:04 +00:00
parent 89c7e0df1a
commit 46c4174024

View file

@ -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