VirtualBox

Changeset 42428 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jul 27, 2012 12:38:18 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79530
Message:

Fixes bad coding style that trips up the VC2010 preprocessor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/lwip/src/core/pbuf.c

    r17797 r42428  
    483483      LWIP_DEBUGF( PBUF_DEBUG | 2, ("pbuf_header: failed as %p < %p (not enough space for new header size)\n",
    484484        (void *)p->payload,
    485         (void *)(p + 1)));\
     485        (void *)(p + 1)));
    486486      /* restore old payload pointer */
    487487      p->payload = payload;
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