Explorar el Código

*** empty log message ***

François Pinard hace 31 años
padre
commit
570ead1f48
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();