From 392d69d969533b33763e17faae1556170428afc8 Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Tue, 30 Nov 1993 14:31:44 +0000 Subject: [PATCH] Changed a prototype to match the actual declaration. --- games/ppt/ppt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/ppt/ppt.c b/games/ppt/ppt.c index 41b8e8e009..77086333d5 100644 --- a/games/ppt/ppt.c +++ b/games/ppt/ppt.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)ppt.c 5.4 (Berkeley) 6/1/90"; #include -void putppt(); +static void putppt(); main(argc, argv) int argc; -- 2.20.1