riched20: Fix a trailing '\n' in a FIXME() call.

Francois Gouget fgouget at free.fr
Fri Mar 20 03:35:57 CDT 2015


---
 dlls/riched20/richole.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/riched20/richole.c b/dlls/riched20/richole.c
index 3818cfa..5d662e4 100644
--- a/dlls/riched20/richole.c
+++ b/dlls/riched20/richole.c
@@ -444,7 +444,7 @@ static HRESULT STDMETHODCALLTYPE IOleInPlaceSite_fnGetWindowContext(IOleInPlaceS
                                                                     LPRECT lprcClipRect, LPOLEINPLACEFRAMEINFO lpFrameInfo)
 {
     IOleClientSiteImpl *This = impl_from_IOleInPlaceSite(iface);
-    FIXME("not implemented: (%p)->(%p %p %p %p %p\n)", This, ppFrame, ppDoc, lprcPosRect, lprcClipRect, lpFrameInfo);
+    FIXME("not implemented: (%p)->(%p %p %p %p %p)\n", This, ppFrame, ppDoc, lprcPosRect, lprcClipRect, lpFrameInfo);
     return E_NOTIMPL;
 }
 
-- 
2.1.4



More information about the wine-patches mailing list