1
0
Fork 0

changed "false" to "NULL"

This commit is contained in:
a-brandt 2012-08-08 11:31:32 +02:00
parent 5027294e26
commit e8d7ecc79a
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ void* TRI_InsertElementMultiPointer (TRI_multi_pointer_t* array, void* element,
// check for out-of-memory
if (array->_nrAlloc == array->_nrUsed) {
return false;
return NULL;
}
// compute the hash