Francois Gouget : mscoree: Add a '\n' to an ERR() trace.
Module: wine Branch: master Commit: e0b2307f9c6208d7672a03338e6f84e8966fd2a0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e0b2307f9c6208d7672a03338e... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat Mar 5 11:50:29 2011 +0100 mscoree: Add a '\n' to an ERR() trace. --- 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; }
participants (1)
-
Alexandre Julliard