From ce31ede8f0fe2a11283ea96accadf08aee38ded8 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 28 Jul 1988 18:18:29 +0000 Subject: [PATCH] fixed error in declaration of sprintf --- util/cgg/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cgg/main.c b/util/cgg/main.c index bbbb06ea..f8e2747a 100644 --- a/util/cgg/main.c +++ b/util/cgg/main.c @@ -7,7 +7,7 @@ #include "booth.h" -char *strncpy(), strcpy(), sprintf(); +char *strncpy(), *strcpy(), *sprintf(); char * myalloc(n) { register char *p;