VirtualBox

Ignore:
Timestamp:
Jun 26, 2013 9:29:54 AM (11 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CFGM.cpp

    r46792 r46793  
    20282028VMMR3DECL(int) CFGMR3DestroyTree(PCFGMNODE pRoot)
    20292029{
    2030     if (pRoot)
     2030    if (!pRoot)
    20312031        return VINF_SUCCESS;
    20322032    AssertReturn(!pRoot->pParent, VERR_INVALID_PARAMETER);
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