mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
fix line in version cmd
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3834 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
62585f3a83
commit
346f83e974
1 changed files with 1 additions and 1 deletions
|
@ -3109,7 +3109,7 @@ COM_Version_f
|
||||||
*/
|
*/
|
||||||
void COM_Version_f (void)
|
void COM_Version_f (void)
|
||||||
{
|
{
|
||||||
Con_Printf("%s", version_string());
|
Con_Printf("%s\n", version_string());
|
||||||
|
|
||||||
Con_TPrintf (TL_EXEDATETIME, __DATE__, __TIME__);
|
Con_TPrintf (TL_EXEDATETIME, __DATE__, __TIME__);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue