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) save_heap(void)
{ {
#ifdef USE_SYSTEM_MALLOC #ifdef USE_SYSTEM_MALLOC
return; return -1;
#endif #endif
int j; int j;
/* Then save the whole heap */ /* Then save the whole heap */