diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-09-03 21:36:13 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-09-03 21:36:13 +0000 |
commit | f1cdbb298c5c6a07a3a8e004ac656c22c9d6b98e (patch) | |
tree | 01ef2b7bdcc100abe9cae4fabbacb766e9c88d62 /games/mille/end.c | |
parent | eae6d58c40fb460b3ba64a5372a3238ee22c2ad8 (diff) |
Tidying, some from NetBSD.
Diffstat (limited to 'games/mille/end.c')
-rw-r--r-- | games/mille/end.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/mille/end.c b/games/mille/end.c index 86d619ea617..e5b96069c83 100644 --- a/games/mille/end.c +++ b/games/mille/end.c @@ -1,4 +1,4 @@ -/* $OpenBSD: end.c,v 1.3 1998/09/22 04:08:22 pjanzen Exp $ */ +/* $OpenBSD: end.c,v 1.4 2001/09/03 21:36:12 pjanzen Exp $ */ /* $NetBSD: end.c,v 1.4 1995/03/24 05:01:30 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)end.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: end.c,v 1.3 1998/09/22 04:08:22 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: end.c,v 1.4 2001/09/03 21:36:12 pjanzen Exp $"; #endif #endif /* not lint */ @@ -49,7 +49,7 @@ static char rcsid[] = "$OpenBSD: end.c,v 1.3 1998/09/22 04:08:22 pjanzen Exp $"; */ /* - * print out the score as if it was final, and add the totals for + * print out the score as if it were final, and add the totals for * the end-of-games points to the user who deserves it (if any). */ void @@ -94,7 +94,7 @@ finalscore(pp) static int Last_tot[2]; /* last tot used for extrapolate */ /* - * print out the score as if it was final, and add the totals for + * print out the score as if it were final, and add the totals for * the end-of-games points to the user who deserves it (if any). */ void |