VirtualBox

Ignore:
Timestamp:
Mar 14, 2016 12:41:40 PM (9 years ago)
Author:
vboxsync
Message:

Additions/Windows/VBoxTray: useless condition (thanks PVS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp

    r58307 r60020  
    654654        LogFlowFunc(("Request to resize the displa\n"));
    655655        DWORD err = VBoxDispIfResizeModes(&pCtx->pEnv->dispIf, Id, fEnabled, fExtDispSup, paDisplayDevices, paDeviceModes, DevNum);
    656         if (err == NO_ERROR || err != ERROR_RETRY)
     656        if (err != ERROR_RETRY)
    657657        {
    658658            if (err == NO_ERROR)
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