diff --git a/C/save.c b/C/save.c index dbe979077..f032fabf6 100755 --- a/C/save.c +++ b/C/save.c @@ -492,7 +492,7 @@ static int save_heap(void) { #ifdef USE_SYSTEM_MALLOC - return; + return -1; #endif int j; /* Then save the whole heap */