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

This commit is contained in:
Francois Gouget 2011-03-05 11:50:29 +01:00 committed by Alexandre Julliard
parent bc6a7f40d5
commit e0b2307f9c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}