Commit 30df52ca authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msctf: Fix an error message.

parent e85a0375
......@@ -648,7 +648,7 @@ static HRESULT WINAPI TextStoreACPSink_OnLockGranted(ITextStoreACPSink *iface,
if (!This->pContext || !This->pContext->currentEditSession)
{
ERR("OnLockGranted called on a context without a current edit session\nZ");
ERR("OnLockGranted called on a context without a current edit session\n");
return E_FAIL;
}
......
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