From fb53750ee3ae503c36615d4258ed61b1a804dad1 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 bbbb06eaf..f8e2747a7 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; -- 2.34.1