summaryrefslogtreecommitdiffstats
path: root/larn/scores.c
diff options
context:
space:
mode:
Diffstat (limited to 'larn/scores.c')
-rw-r--r--larn/scores.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/larn/scores.c b/larn/scores.c
index 26ee7c42..6d4d8c5b 100644
--- a/larn/scores.c
+++ b/larn/scores.c
@@ -1,10 +1,10 @@
-/* $NetBSD: scores.c,v 1.21 2012/06/19 05:30:44 dholland Exp $ */
+/* $NetBSD: scores.c,v 1.22 2021/05/02 12:50:45 rillig Exp $ */
/*
* scores.c Larn is copyrighted 1986 by Noah Morgan.
- *
+ *
* Functions in this file are:
- *
+ *
* readboard() Function to read in the scoreboard into a static buffer
* writeboard() Function to write the scoreboard from readboard()'s buffer
* makeboard() Function to create a new scoreboard (wipe out old one)
@@ -22,11 +22,11 @@
* line showing player when he is killed diedlog() Subroutine to read a
* log file and print it out in ascii format getplid(name)
* on to get players id # from id file
- *
+ *
*/
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: scores.c,v 1.21 2012/06/19 05:30:44 dholland Exp $");
+__RCSID("$NetBSD: scores.c,v 1.22 2021/05/02 12:50:45 rillig Exp $");
#endif /* not lint */
#include <sys/types.h>
#include <sys/times.h>
@@ -224,7 +224,7 @@ hashewon(void)
* Enter with the amount (in gp) to pay on the taxes.
* Returns amount actually paid.
*/
-long
+long
paytaxes(long x)
{
int i;