浏览代码

*** empty log message ***

François Pinard 30 年之前
父节点
当前提交
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();