Changed a prototype to match the actual declaration.
authorAndreas Schulz <ats@g386bsd.first.bmd.de>
Tue, 30 Nov 1993 14:31:44 +0000 (14:31 +0000)
committerAndreas Schulz <ats@g386bsd.first.bmd.de>
Tue, 30 Nov 1993 14:31:44 +0000 (14:31 +0000)
games/ppt/ppt.c

index 41b8e8e..7708633 100644 (file)
@@ -43,7 +43,7 @@ static char sccsid[] = "@(#)ppt.c     5.4 (Berkeley) 6/1/90";
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
-void   putppt();
+static void    putppt();
 
 main(argc, argv)
        int argc;
 
 main(argc, argv)
        int argc;