VirtualBox

Ignore:
Timestamp:
Aug 17, 2009 8:04:06 AM (15 years ago)
Author:
vboxsync
Message:

IPRT: parentheses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp

    r22273 r22281  
    388388     * Walk the heap blocks.
    389389     */
    390     for (pCur = PRTHEAPSIMPLEFREE(pHeapInt + 1);
     390    for (pCur = (PRTHEAPSIMPLEFREE)(pHeapInt + 1);
    391391         pCur && (uintptr_t)pCur < (uintptr_t)pHeapInt->pvEnd;
    392392         pCur = (PRTHEAPSIMPLEFREE)pCur->Core.pNext)
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