From fb387ad41a56f7d6110b9e0197ab3e17d0feb65c Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 16 Oct 2005 03:46:33 +0000 Subject: [PATCH] it's a cosmetic thing. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1473 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/cmd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engine/common/cmd.c b/engine/common/cmd.c index c9f3c21d6..5e11eb75b 100644 --- a/engine/common/cmd.c +++ b/engine/common/cmd.c @@ -497,7 +497,8 @@ void Cmd_Exec_f (void) else { Con_TPrintf (TL_EXECFAILED,name); - return; } + return; + } if (cl_warncmd.value || developer.value) Con_TPrintf (TL_EXECING,name);