VirtualBox

Changeset 50773 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Mar 13, 2014 3:45:46 PM (11 years ago)
Author:
vboxsync
Message:

remove unnamed unions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp

    r50763 r50773  
    11801180    {
    11811181        case VBOXCMDVBVA_OPTYPE_NOPCMD:
    1182             pCmd->i8Result = 0;
     1182            pCmd->u.i8Result = 0;
    11831183            return VINF_EOF;
    11841184        default:
     
    12141214        default:
    12151215            WARN(("unsupported command\n"));
    1216             pCmd->i8Result = -1;
     1216            pCmd->u.i8Result = -1;
    12171217    }
    12181218    return VINF_SUCCESS;
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