summaryrefslogtreecommitdiff
path: root/src/qcommon/vm_powerpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon/vm_powerpc.c')
-rw-r--r--src/qcommon/vm_powerpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qcommon/vm_powerpc.c b/src/qcommon/vm_powerpc.c
index 831e5672..47c6c1de 100644
--- a/src/qcommon/vm_powerpc.c
+++ b/src/qcommon/vm_powerpc.c
@@ -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)