Fix post-protoization typo.
authorJim Meyering <jim@meyering.net>
Sat, 19 Sep 1998 13:11:23 +0000 (13:11 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Sep 1998 13:11:23 +0000 (13:11 +0000)
lib/modechange.c

index a2568e5..4dccdb0 100644 (file)
@@ -35,7 +35,7 @@
 #if STDC_HEADERS
 # include <stdlib.h>
 #else
-char *malloc;
+char *malloc ();
 #endif
 
 #ifndef NULL