diff options
Diffstat (limited to 'hw/xfree86/os-support/xf86_OSproc.h')
-rw-r--r-- | hw/xfree86/os-support/xf86_OSproc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/xf86_OSproc.h b/hw/xfree86/os-support/xf86_OSproc.h index b73270236..8b50c793a 100644 --- a/hw/xfree86/os-support/xf86_OSproc.h +++ b/hw/xfree86/os-support/xf86_OSproc.h @@ -125,7 +125,6 @@ extern void xf86WrapperInit(void); #define xf86FatalError(a, b) \ if (dispatchException & DE_TERMINATE) { \ ErrorF(a, b); \ - ErrorF("\n"); \ return; \ } else FatalError(a, b) |