Fixed a prototype of a function to match its actual declaration.
authorAndreas Schulz <ats@g386bsd.first.bmd.de>
Tue, 30 Nov 1993 14:37:01 +0000 (14:37 +0000)
committerAndreas Schulz <ats@g386bsd.first.bmd.de>
Tue, 30 Nov 1993 14:37:01 +0000 (14:37 +0000)
games/rain/rain.c

index 1b12697..828ac74 100644 (file)
@@ -63,7 +63,7 @@ static struct termio sg, old_tty;
 static struct sgttyb sg, old_tty;
 #endif
 
 static struct sgttyb sg, old_tty;
 #endif
 
-int    fputchar();
+static int     fputchar();
 char   *LL, *TE, *tgoto();
 
 main(argc, argv)
 char   *LL, *TE, *tgoto();
 
 main(argc, argv)