VirtualBox

Changeset 108329 in vbox


Ignore:
Timestamp:
Feb 21, 2025 2:23:03 PM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167681
Message:

libs/xpcom18a4/xpidl: Bugfixes, bugref:10321

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_idl.c

    r108326 r108329  
    824824
    825825        PXPIDLNODE pNdTypeSpec = NULL;
    826         int rc = xpidlParseTypeSpec(pThis, pInput, &pNdTypeSpec);
     826        rc = xpidlParseTypeSpec(pThis, pInput, &pNdTypeSpec);
    827827        if (RT_FAILURE(rc))
    828828            return rc;
     
    854854
    855855        PXPIDLNODE pNdTypeSpec = NULL;
    856         int rc = xpidlParseTypeSpec(pThis, pInput, &pNdTypeSpec);
     856        rc = xpidlParseTypeSpec(pThis, pInput, &pNdTypeSpec);
    857857        if (RT_FAILURE(rc))
    858858            return rc;
     
    11361136{
    11371137    RT_NOREF(pThis, pInput, pLstIncludePaths);
    1138     int rc;
     1138    int rc = VINF_SUCCESS;
    11391139    switch (pKeyword->u64Val)
    11401140    {
     
    12101210            rc = xpidlParseError(pThis, pInput, NULL, VERR_INVALID_PARAMETER, "Unexpected keyword '%s' found",
    12111211                                 pKeyword->pszMatch);
    1212     } 
     1212    }
    12131213    return rc;
    12141214}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette