msctf: Fix an error message.

Francois Gouget fgouget at free.fr
Wed May 20 09:03:58 CDT 2009


---
 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 1f255c8..484e2f3 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;
     }
 
-- 
1.6.2.4




More information about the wine-patches mailing list