From 1ab9649079fd13978717022d5051c9851c88db2a Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Tue, 5 Jun 2007 23:08:40 +0100 Subject: [PATCH] oleaut32: Fix some typos. --- dlls/oleaut32/oleaut.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/oleaut32/oleaut.c b/dlls/oleaut32/oleaut.c index 1fe68b8d635..6778af11c0f 100644 --- a/dlls/oleaut32/oleaut.c +++ b/dlls/oleaut32/oleaut.c @@ -691,8 +691,8 @@ HRESULT WINAPI OleTranslateColor( extern HRESULT OLEAUTPS_DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv); -extern void _get_STDFONT_CF(LPVOID); -extern void _get_STDPIC_CF(LPVOID); +extern void _get_STDFONT_CF(LPVOID *); +extern void _get_STDPIC_CF(LPVOID *); static HRESULT WINAPI PSDispatchFacBuf_QueryInterface(IPSFactoryBuffer *iface, REFIID riid, void **ppv) { -- 2.11.4.GIT