diff --git a/src/c_cmds.cpp b/src/c_cmds.cpp index 3dd97434e..9290c36c3 100644 --- a/src/c_cmds.cpp +++ b/src/c_cmds.cpp @@ -900,8 +900,8 @@ CCMD(info) linetarget->SpawnHealth()); PrintMiscActorInfo(linetarget); } - else Printf("No target found. Info cannot find actors that have\ - the NOBLOCKMAP flag or have height/radius of 0.\n"); + else Printf("No target found. Info cannot find actors that have " + "the NOBLOCKMAP flag or have height/radius of 0.\n"); } //-----------------------------------------------------------------------------