msctf: Fix an error message.

This commit is contained in:
Francois Gouget 2009-05-20 16:03:58 +02:00 committed by Alexandre Julliard
parent e85a037516
commit 30df52ca1e

View File

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