Andrew Talbot : infosoft: Remove unneeded address-of operator from function name.
Module: wine Branch: master Commit: fa07687034fc958448b737b4c1c8b4318dfe5788 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fa07687034fc958448b737b4c1... Author: Andrew Talbot <andrew.talbot(a)talbotville.com> Date: Sun Jul 6 13:00:04 2008 +0100 infosoft: Remove unneeded address-of operator from function name. --- dlls/infosoft/infosoft_main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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.@)
participants (1)
-
Alexandre Julliard