s2p incorrectly handles hold space commands
[p5sagit/p5-mst-13.2.git] / x2p / util.c
index 547899f..364dfe9 100644 (file)
@@ -40,6 +40,7 @@ safemalloc(MEM_SIZE size)
        exit(1);
     }
     /*NOTREACHED*/
+    return 0;
 }
 
 /* paranoid version of realloc */
@@ -64,6 +65,7 @@ saferealloc(Malloc_t where, MEM_SIZE size)
        exit(1);
     }
     /*NOTREACHED*/
+    return 0;
 }
 
 /* safe version of free */