VirtualBox

Changeset 30788 in vbox for trunk/include/iprt/table.h


Ignore:
Timestamp:
Jul 12, 2010 11:20:45 AM (14 years ago)
Author:
vboxsync
Message:

include,Config.kmk: Made the headers syntax check cleanly on linux.amd64 w/ gcc v4.3.4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/table.h

    r28800 r30788  
    422422DECLINLINE(void) RTTabDestroy(PRTTAB pTab)
    423423{
    424     return pTab->pOps->pfnDestroy(pTab);
     424    pTab->pOps->pfnDestroy(pTab);
    425425}
    426426
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