VirtualBox

Changeset 3484 in vbox for trunk


Ignore:
Timestamp:
Jul 5, 2007 4:38:55 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22696
Message:

bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/VBoxOGLOp.h

    r3473 r3484  
    545545    VBOX_OGL_CHECK_MAGIC(pParVal);                                                          \
    546546    if (pParVal->cbParam)                                                                   \
    547         par = (Type *)(pParam+1);                                                           \
     547        par = (Type *)(pParVal+1);                                                          \
    548548    else                                                                                    \
    549549        par = NULL;                                                                         \
     
    556556    VBOX_OGL_CHECK_MAGIC(pParVal);                                                          \
    557557    if (pParVal->cbParam)                                                                   \
    558         par = (Type *)(pParam+1);                                                           \
     558        par = (Type *)(pParVal+1);                                                          \
    559559    else                                                                                    \
    560560        par = NULL;                                                                         \
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette