Module: wine Branch: refs/heads/master Commit: f937f723089f916c157f03fec7cc30ff310fa897 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=f937f723089f916c157f03fe...
Author: Marcus Meissner marcus@jet.franken.de Date: Sat May 6 15:17:27 2006 +0200
ole32: Fixed typo in debug statement.
---
dlls/ole32/compobj.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c index 35b120f..56c8db8 100644 --- a/dlls/ole32/compobj.c +++ b/dlls/ole32/compobj.c @@ -1708,7 +1708,7 @@ HRESULT WINAPI CoGetClassObject( }
if (FAILED(hres)) - ERR("no class object %s could be created for for context 0x%lx\n", + ERR("no class object %s could be created for context 0x%lx\n", debugstr_guid(rclsid), dwClsContext); return hres; }