Module: wine Branch: master Commit: 30df52ca1e3e32b9a62a402158dd5bbb48c8d2dd URL: http://source.winehq.org/git/wine.git/?a=commit;h=30df52ca1e3e32b9a62a402158...
Author: Francois Gouget fgouget@free.fr Date: Wed May 20 16:03:58 2009 +0200
msctf: Fix an error message.
---
dlls/msctf/context.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msctf/context.c b/dlls/msctf/context.c index d312574..6f35def 100644 --- a/dlls/msctf/context.c +++ b/dlls/msctf/context.c @@ -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; }