Commit a24da039 authored by Sami Aario's avatar Sami Aario Committed by Alexandre Julliard

Fix a debug message.

parent 01b93c16
......@@ -720,7 +720,7 @@ void DEBUG_DbgChannel(BOOL turn_on, const char* chnl, const char* name)
if (DEBUG_GetSymbolValue("first_dll", -1, &val, FALSE) != gsv_found)
{
DEBUG_Printf("Can't get first_option symbol");
DEBUG_Printf("Can't get first_dll symbol\n");
return;
}
addr = (void*)DEBUG_ToLinear(&val.addr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment