VirtualBox

Ignore:
Timestamp:
Jun 9, 2009 1:09:55 PM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: typo

File:
1 edited

Legend:

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

    r20437 r20438  
    4343        crNetRecv();
    4444
    45     if (*length) *length = pLocal->length;
     45    if (length) *length = pLocal->length;
    4646    *size   = pLocal->size;
    4747    *type   = pLocal->type;
     
    6767        crNetRecv();
    6868
    69     if (*length) *length = pLocal->length;
     69    if (length) *length = pLocal->length;
    7070    *size   = pLocal->size;
    7171    *type   = pLocal->type;
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