urlmon: Fix a typo in comment.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ee19a56a94
commit
4777f6790b
|
@ -689,7 +689,7 @@ HRESULT WINAPI FindMimeFromData(LPBC pBC, LPCWSTR pwzUrl, LPVOID pBuffer,
|
|||
if(dwReserved)
|
||||
WARN("dwReserved=%d\n", dwReserved);
|
||||
|
||||
/* pBC seams to not be used */
|
||||
/* pBC seems to not be used */
|
||||
|
||||
if(!ppwzMimeOut || (!pwzUrl && !pBuffer))
|
||||
return E_INVALIDARG;
|
||||
|
|
Loading…
Reference in New Issue