VirtualBox

Changeset 25657 in vbox


Ignore:
Timestamp:
Jan 5, 2010 3:40:42 PM (15 years ago)
Author:
vboxsync
Message:

nitpicking.

Location:
trunk/src/VBox/Runtime/r3/win
Files:
2 edited

Legend:

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

    r25655 r25657  
    205205        case WAIT_FAILED:
    206206        {
     207            int rc2 = RTErrConvertFromWin32(GetLastError());
    207208            AssertMsgFailed(("Wait on EventSem %p failed, rc=%d lasterr=%d\n", pThis, rc, GetLastError()));
    208             int rc2 = RTErrConvertFromWin32(GetLastError());
    209209            if (rc2)
    210210                return rc2;
  • trunk/src/VBox/Runtime/r3/win/semeventmulti-win.cpp

    r25654 r25657  
    228228        case WAIT_FAILED:
    229229        {
     230            int rc2 = RTErrConvertFromWin32(GetLastError());
    230231            AssertMsgFailed(("Wait on EventMultiSem %p failed, rc=%d lasterr=%d\n", pThis, rc, GetLastError()));
    231             int rc2 = RTErrConvertFromWin32(GetLastError());
    232232            if (rc2)
    233233                return rc2;
Note: See TracChangeset for help on using the changeset viewer.

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