VirtualBox

Changeset 25628 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Jan 3, 2010 4:28:59 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56319
Message:

copy & past fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/semmutex-win.cpp

    r25627 r25628  
    297297     */
    298298    RTSEMMUTEXINTERNAL *pThis = hMutex;
    299     AssertPtrReturn(pThis, VERR_INVALID_HANDLE);
    300     AssertReturn(pThis->u32Magic == RTSEMMUTEX_MAGIC, VERR_INVALID_HANDLE);
     299    AssertPtrReturn(pThis, false);
     300    AssertReturn(pThis->u32Magic == RTSEMMUTEX_MAGIC, false);
    301301
    302302    RTNATIVETHREAD hNativeOwner;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette