diff options
Diffstat (limited to 'src/qcommon/vm_sparc.c')
-rw-r--r-- | src/qcommon/vm_sparc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/vm_sparc.c b/src/qcommon/vm_sparc.c index 370ee200..e707dc23 100644 --- a/src/qcommon/vm_sparc.c +++ b/src/qcommon/vm_sparc.c @@ -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) |