mscoree: Add a '\n' to an ERR() trace.

Francois Gouget fgouget at free.fr
Sat Mar 5 04:50:29 CST 2011


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

diff --git a/dlls/mscoree/metahost.c b/dlls/mscoree/metahost.c
index 708f638..ca4795e 100644
--- a/dlls/mscoree/metahost.c
+++ b/dlls/mscoree/metahost.c
@@ -119,7 +119,7 @@ static HRESULT load_mono(CLRRuntimeInfo *This, loaded_mono **result)
 
     if ((*result)->is_shutdown)
     {
-        ERR("Cannot load Mono after it has been shut down.");
+        ERR("Cannot load Mono after it has been shut down.\n");
         *result = NULL;
         return E_FAIL;
     }
-- 
1.7.2.3




More information about the wine-patches mailing list