Commit fa076870 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

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

parent 28a2179d
......@@ -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.@)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment