sdvxhook: code-format

This commit is contained in:
Will Xyen
2020-09-13 19:46:16 -07:00
parent 164d56b6eb
commit 2d1c09d4e6
9 changed files with 17 additions and 12 deletions

View File

@@ -96,7 +96,7 @@ static HRESULT STDCALL my_DirectInput8Create(
}
res = com_proxy_wrap(&api_proxy, api, sizeof(*api->lpVtbl));
if (res != S_OK) {
log_warning("Wrapping com proxy failed: %08lx", res);
return res;