VirtualBox

Changeset 74544 in vbox for trunk/src


Ignore:
Timestamp:
Oct 1, 2018 8:00:28 AM (6 years ago)
Author:
vboxsync
Message:

SCM build fix.

File:
1 edited

Legend:

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

    r74526 r74544  
    15621562static int vbglR3DnDGHSendDir(PVBGLR3GUESTDNDCMDCTX pCtx, DnDURIObject *pObj)
    15631563{
    1564     AssertPtrReturn(pObj,                                         VERR_INVALID_POINTER);
    1565     AssertPtrReturn(pCtx,                                             VERR_INVALID_POINTER);
     1564    AssertPtrReturn(pObj,                                         VERR_INVALID_POINTER);
     1565    AssertPtrReturn(pCtx,                                         VERR_INVALID_POINTER);
    15661566    AssertReturn(pObj->GetType() == DnDURIObject::Type_Directory, VERR_INVALID_PARAMETER);
    15671567
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