VirtualBox

Changeset 33838 in vbox for trunk/src


Ignore:
Timestamp:
Nov 8, 2010 1:34:06 PM (14 years ago)
Author:
vboxsync
Message:

Frontends/VBoxSDL: error check typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r33590 r33838  
    38873887    gProgress = NULL;
    38883888    HRESULT rc = gConsole->SaveState(gProgress.asOutParam());
    3889     if (FAILED(S_OK))
     3889    if (FAILED(rc))
    38903890    {
    38913891        RTPrintf("Error saving state! rc = 0x%x\n", rc);
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