François Pinard пре 31 година
родитељ
комит
570ead1f48
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/buffer.c

+ 1 - 1
src/buffer.c

@@ -73,7 +73,7 @@ FILE *msg_file = stdout;
 				   it can't exec.  We hope compress/sh
 				   never return this status! */
 
-char *valloc();
+void *valloc();
 
 void writeerror();
 void readerror();