mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 16:41:31 +00:00
Remove newlines from Com_Error message format strings, patch by DevHC
This commit is contained in:
parent
59271903a2
commit
c95bd0a684
20 changed files with 60 additions and 60 deletions
|
@ -36,7 +36,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
/* exit() won't be called but use it because it is marked with noreturn */
|
||||
#define DIE( reason ) \
|
||||
do { \
|
||||
Com_Error(ERR_DROP, "vm_sparc compiler error: " reason "\n"); \
|
||||
Com_Error(ERR_DROP, "vm_sparc compiler error: " reason); \
|
||||
exit(1); \
|
||||
} while(0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue