VirtualBox

Changeset 26418 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Feb 10, 2010 5:11:46 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57521
Message:

build fix

File:
1 edited

Legend:

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

    r26417 r26418  
    304304    RTMEMCACHEINT *pThis = hMemCache;
    305305    AssertPtrReturn(pThis, VERR_INVALID_PARAMETER);
    306     AssertReturn(pThis->u32Magic == RTMEMCACHE_MAGIC, NULL);
     306    AssertReturn(pThis->u32Magic == RTMEMCACHE_MAGIC, VERR_INVALID_PARAMETER);
    307307
    308308    /*
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