mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
ole32: Fixed typo in debug statement.
This commit is contained in:
parent
1440eb5a35
commit
f937f72308
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user