VirtualBox

Changeset 87919 in vbox for trunk


Ignore:
Timestamp:
Mar 2, 2021 5:18:13 PM (4 years ago)
Author:
vboxsync
Message:

Debugger/DBGCCmdWorkers.cpp: Variable naming confusion upsetting doxygen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCCmdWorkers.cpp

    r87788 r87919  
    352352 * @param   iTraceFlowMod The trace flow module identifier.
    353353 */
    354 DECLHIDDEN(int) dbgcFlowTraceModDelete(PDBGC pDbgc, uint32_t iFlowTraceMod)
     354DECLHIDDEN(int) dbgcFlowTraceModDelete(PDBGC pDbgc, uint32_t iTraceFlowMod)
    355355{
    356356    int rc = VINF_SUCCESS;
    357     PDBGCTFLOW pTraceFlow = dbgcFlowTraceModGet(pDbgc, iFlowTraceMod);
     357    PDBGCTFLOW pTraceFlow = dbgcFlowTraceModGet(pDbgc, iTraceFlowMod);
    358358    if (pTraceFlow)
    359359    {
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