summaryrefslogtreecommitdiff
path: root/src/qcommon/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon/cmd.c')
-rw-r--r--src/qcommon/cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/cmd.c b/src/qcommon/cmd.c
index 8ea761e8..afd10279 100644
--- a/src/qcommon/cmd.c
+++ b/src/qcommon/cmd.c
@@ -725,7 +725,7 @@ void Cmd_RemoveCommandSafe( const char *cmd_name )
if( cmd->function )
{
Com_Error( ERR_DROP, "Restricted source tried to remove "
- "system command \"%s\"\n", cmd_name );
+ "system command \"%s\"", cmd_name );
return;
}