kernel32: Add a trailing '\n' to a MESSAGE trace

Frédéric Delanoy frederic.delanoy at gmail.com
Sat Jun 27 16:56:24 CDT 2009


---
 dlls/kernel32/process.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/kernel32/process.c b/dlls/kernel32/process.c
index 83d1aa5..7dca938 100644
--- a/dlls/kernel32/process.c
+++ b/dlls/kernel32/process.c
@@ -1096,7 +1096,7 @@ void CDECL __wine_kernel_init(void)
             }
         }
         FormatMessageA( FORMAT_MESSAGE_FROM_SYSTEM, NULL, error, 0, msg, sizeof(msg), NULL );
-        MESSAGE( "wine: could not load %s: %s", debugstr_w(main_exe_name), msg );
+        MESSAGE( "wine: could not load %s: %s\n", debugstr_w(main_exe_name), msg );
         ExitProcess( error );
     }
 
-- 
1.6.3.2


--------------010002020009030603070005--



More information about the wine-patches mailing list