summaryrefslogtreecommitdiffstats
path: root/monop/rent.c
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>1999-08-21 10:40:03 +0000
committersimonb <simonb@NetBSD.org>1999-08-21 10:40:03 +0000
commite6fd9858739827671b4b260dd533f89f860a9fa7 (patch)
tree972e93ee56db748e5c589b841304a69ecc01bc25 /monop/rent.c
parentca104a29f1236b5c4ee454e8c132ed8518df7a27 (diff)
downloadbsdgames-darwin-e6fd9858739827671b4b260dd533f89f860a9fa7.tar.gz
bsdgames-darwin-e6fd9858739827671b4b260dd533f89f860a9fa7.tar.zst
bsdgames-darwin-e6fd9858739827671b4b260dd533f89f860a9fa7.zip
Convert to something resembling KNF.
Diffstat (limited to 'monop/rent.c')
-rw-r--r--monop/rent.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/monop/rent.c b/monop/rent.c
index 0269d170..c7b0cc9a 100644
--- a/monop/rent.c
+++ b/monop/rent.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rent.c,v 1.4 1997/10/12 17:45:24 christos Exp $ */
+/* $NetBSD: rent.c,v 1.5 1999/08/21 10:40:04 simonb Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -38,23 +38,22 @@
#if 0
static char sccsid[] = "@(#)rent.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: rent.c,v 1.4 1997/10/12 17:45:24 christos Exp $");
+__RCSID("$NetBSD: rent.c,v 1.5 1999/08/21 10:40:04 simonb Exp $");
#endif
#endif /* not lint */
-#include "monop.ext"
+#include "monop.ext"
/*
* This routine has the player pay rent
*/
void
rent(sqp)
-SQUARE *sqp;
+ SQUARE *sqp;
{
-
- int rnt = 0;
- PROP *pp;
- PLAY *plp;
+ int rnt = 0;
+ PROP *pp;
+ PLAY *plp;
plp = &play[sqp->owner];
printf("Owned by %s\n", plp->name);