infosoft: Remove unneeded address-of operator from function name

Andrew Talbot andrew.talbot at talbotville.com
Sun Jul 6 07:00:04 CDT 2008


Changelog:
    infosoft: Remove unneeded address-of operator from function name.

diff --git a/dlls/infosoft/infosoft_main.c b/dlls/infosoft/infosoft_main.c
index 16fbb73..e095ab4 100644
--- a/dlls/infosoft/infosoft_main.c
+++ b/dlls/infosoft/infosoft_main.c
@@ -121,7 +121,7 @@ static const IClassFactoryVtbl infosoft_cfvt =
     infosoftcf_fnLockServer
 };
 
-static CFImpl wb_cf = { &infosoft_cfvt, &wb_Constructor };
+static CFImpl wb_cf = { &infosoft_cfvt, wb_Constructor };
 
 /***********************************************************************
  *             DllGetClassObject (INFOSOFT.@)



More information about the wine-patches mailing list