VirtualBox

Changeset 61854 in vbox


Ignore:
Timestamp:
Jun 23, 2016 1:38:54 PM (8 years ago)
Author:
vboxsync
Message:

cheers, clang.

File:
1 edited

Legend:

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

    r61681 r61854  
    36993699
    37003700    /* Pad with spaces to match the level. */
    3701     for (uint32_t i = 0; i < iLvl; i++);
     3701    for (uint32_t i = 0; i < iLvl; i++)
    37023702        DBGCCmdHlpPrintf(pCmdHlp, "    ");
    37033703
     
    38123812
    38133813    /* Pad with spaces to match the level. */
    3814     for (uint32_t i = 0; i < iLvl; i++);
     3814    for (uint32_t i = 0; i < iLvl; i++)
    38153815        DBGCCmdHlpPrintf(pCmdHlp, "    ");
    38163816
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