VirtualBox

Changeset 59562 in vbox


Ignore:
Timestamp:
Feb 2, 2016 6:21:10 PM (9 years ago)
Author:
vboxsync
Message:

VBoxProxyStub.c: build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c

    r59561 r59562  
    8989/** For use with AssertLogRel except a_Expr1 from assertions but not LogRel. */
    9090#ifdef RT_STRICT
    91 # define VBPS_LOGREL_NO_ASSERT(a_Expr1) (a_Expr)
     91# define VBPS_LOGREL_NO_ASSERT(a_Expr) (a_Expr)
    9292#else
    9393# define VBPS_LOGREL_NO_ASSERT false
     
    14381438    rc = vbpsRegOpenInterfaceKeys(pState);
    14391439    if (rc != ERROR_SUCCESS)
    1440         return rc;
     1440        return;
    14411441
    14421442    /*
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