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

Alexandre Julliard julliard at winehq.org
Mon Jul 7 09:19:14 CDT 2008


Module: wine
Branch: master
Commit: fa07687034fc958448b737b4c1c8b4318dfe5788
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fa07687034fc958448b737b4c1c8b4318dfe5788

Author: Andrew Talbot <andrew.talbot at 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.@)




More information about the wine-cvs mailing list