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))
|
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);
|
debugstr_guid(rclsid), dwClsContext);
|
||||||
return hres;
|
return hres;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user