VirtualBox

Changeset 71110 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Feb 22, 2018 6:58:27 PM (7 years ago)
Author:
vboxsync
Message:

Trivial fix for ticketref:17557

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/egl.c

    r69500 r71110  
    347347        for (pAttrib2 = pAttrib + 2; *pAttrib2 != EGL_NONE; pAttrib2 += 2)
    348348            if (*pAttrib2 == *pAttrib)
    349                 fSkip == true;
     349            {
     350                fSkip = true;
     351                break;
     352            }
     353
    350354        if (fSkip)
    351355            continue;
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