summaryrefslogtreecommitdiff
path: root/games/monop/rent.c
diff options
context:
space:
mode:
authormestre <mestre@cvs.openbsd.org>2016-01-08 18:20:34 +0000
committermestre <mestre@cvs.openbsd.org>2016-01-08 18:20:34 +0000
commit3e06ffb8e74978fa8c9e566dd7a7e67bf9503e15 (patch)
tree2e011335d7e447521a45622461b4997b739cc3b0 /games/monop/rent.c
parent948da499dc1bd399a948032a34f0ef618e0127a3 (diff)
ANSIfy monop(6)
OK tb@
Diffstat (limited to 'games/monop/rent.c')
-rw-r--r--games/monop/rent.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/monop/rent.c b/games/monop/rent.c
index 31454d4a4f9..41ab08b8017 100644
--- a/games/monop/rent.c
+++ b/games/monop/rent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rent.c,v 1.6 2016/01/08 18:19:47 mestre Exp $ */
+/* $OpenBSD: rent.c,v 1.7 2016/01/08 18:20:33 mestre Exp $ */
/* $NetBSD: rent.c,v 1.3 1995/03/23 08:35:11 cgd Exp $ */
/*
@@ -38,8 +38,7 @@
* This routine has the player pay rent
*/
void
-rent(sqp)
- SQUARE *sqp;
+rent(SQUARE *sqp)
{
int rnt;
PROP *pp;