summaryrefslogtreecommitdiff
path: root/src/i_system.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_system.c')
-rw-r--r--src/i_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_system.c b/src/i_system.c
index 09e211fd..fe596a60 100644
--- a/src/i_system.c
+++ b/src/i_system.c
@@ -225,7 +225,7 @@ void I_Error (char *error, ...)
// Message first.
va_start(argptr, error);
- fprintf(stderr, "Error: ");
+ fprintf(stderr, "\nError: ");
vfprintf(stderr, error, argptr);
fprintf(stderr, "\n");
va_end(argptr);