mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 21:27:31 +00:00
quartz: Fixed typo (Coverity).
This commit is contained in:
parent
e5f009e05c
commit
cc6bb93baa
@ -3979,7 +3979,7 @@ static HRESULT WINAPI MediaEvent_SetNotifyFlags(IMediaEventEx *iface,
|
||||
|
||||
TRACE("(%p/%p)->(%ld)\n", This, iface, lNoNotifyFlags);
|
||||
|
||||
if ((lNoNotifyFlags != 0) || (lNoNotifyFlags != 1))
|
||||
if ((lNoNotifyFlags != 0) && (lNoNotifyFlags != 1))
|
||||
return E_INVALIDARG;
|
||||
|
||||
This->notif.disabled = lNoNotifyFlags;
|
||||
|
Loading…
x
Reference in New Issue
Block a user