VirtualBox

Changeset 46981 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Jul 4, 2013 11:42:07 AM (12 years ago)
Author:
vboxsync
Message:

typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/checksum/manifest.cpp

    r46980 r46981  
    276276    AssertPtrReturn(pvBuf, VERR_INVALID_POINTER);
    277277    AssertReturn(cbSize > 0, VERR_INVALID_PARAMETER);
    278     AssertPtrRetrn(penmDigestType, VERR_INVALID_POINTER)
     278    AssertPtrReturn(penmDigestType, VERR_INVALID_POINTER);
    279279
    280280    int rc = 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