fixed error in declaration of sprintf
authorceriel <none@none>
Thu, 28 Jul 1988 18:18:29 +0000 (18:18 +0000)
committerceriel <none@none>
Thu, 28 Jul 1988 18:18:29 +0000 (18:18 +0000)
util/cgg/main.c

index bbbb06e..f8e2747 100644 (file)
@@ -7,7 +7,7 @@
 
 #include "booth.h"
 
-char *strncpy(), strcpy(), sprintf();
+char *strncpy(), *strcpy(), *sprintf();
 
 char * myalloc(n) {
        register char *p;