VirtualBox

Changeset 101094 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Sep 12, 2023 10:54:28 PM (15 months ago)
Author:
vboxsync
Message:

VBoxDbg: Unnecessary parentheses.

File:
1 edited

Legend:

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

    r100068 r101094  
    268268{
    269269    /* Disregard a width less than 640 since it will mess up the console,
    270      * but only if previos width was already initialized.. */
    271     if ((cx < 640) && (m_cx > 0))
     270       but only if previous width was already initialized.. */
     271    if (cx < 640 && m_cx > 0)
    272272        cx = m_cx;
    273273
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