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
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
50/*
|
||||
===========================================================================
|
||||
Copyright (C) 2008 Przemyslaw Iskra <sparky@pld-linux.org>
|
||||
|
||||
|
@ -47,7 +47,7 @@ static clock_t time_total_vm = 0;
|
|||
/* exit() won't be called but use it because it is marked with noreturn */
|
||||
#define DIE( reason ) \
|
||||
do { \
|
||||
Com_Error(ERR_DROP, "vm_powerpc compiler error: " reason "\n"); \
|
||||
Com_Error(ERR_DROP, "vm_powerpc compiler error: " reason); \
|
||||
exit(1); \
|
||||
} while(0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue