VirtualBox

Ignore:
Timestamp:
Dec 17, 2013 10:51:16 AM (11 years ago)
Author:
vboxsync
Message:

Additions/common: !RT_SUCCESS => RT_FAILURE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r49946 r49950  
    26462646
    26472647    int rc = VBoxGuestSetGuestCapabilities(fSessionOrCaps, fSessionNotCaps);
    2648     if (!RT_FAILURE(rc))
     2648    if (RT_FAILURE(rc))
    26492649    {
    26502650        LogRel(("VBoxGuestCommonGuestCapsAcquire: VBoxGuestSetGuestCapabilities failed, rc=%Rrc\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