VirtualBox

Changeset 55960 in vbox


Ignore:
Timestamp:
May 20, 2015 6:34:22 AM (10 years ago)
Author:
vboxsync
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxBase.h

    r55945 r55960  
    351351#define CheckComArgNotNull(arg) \
    352352    do { \
    353         if (RT_LIKELY((arg) == NULL)) \
     353        if (RT_LIKELY((arg) != NULL)) \
    354354        { /* likely */ }\
    355355        else \
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