just get rid of warning.

This commit is contained in:
Vitor Santos Costa 2010-03-30 09:16:07 +01:00
parent 394b3e08e1
commit 66a5235098

View File

@ -492,7 +492,7 @@ static int
save_heap(void)
{
#ifdef USE_SYSTEM_MALLOC
return;
return -1;
#endif
int j;
/* Then save the whole heap */