ole32: Fix typo in FileMonikerImpl_BindToObject.
commitbff74c1763fd8b2c2257991a392a85f16cd76edb
authorRobert Shearman <rob@codeweavers.com>
Fri, 7 Apr 2006 10:20:34 +0000 (7 11:20 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Apr 2006 11:10:18 +0000 (7 13:10 +0200)
treeeb499937c298d1eeace7c5a3ade61dfebe1a57d2
parent3a2e18c99c9cd6ecbe0fb9d012752ba1beac2587
ole32: Fix typo in FileMonikerImpl_BindToObject.

Fix apparent typo in FileMonikerImpl_BindToObject, where ppf was
incorrectly passed into IClassFactory_CreateInstance instead of &ppf
(found by Coverity).
dlls/ole32/filemoniker.c