]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - monop/print.c
Fix (another) typo in comment
[bsdgames-darwin.git] / monop / print.c
index 5f0dcd22261949bb5d2ce13ba20a041d969efc3e..9cd3c95b50902f408cdeafba3d5a9aa5b7f6f2db 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: print.c,v 1.6 1999/09/08 21:17:52 jsm Exp $    */
+/*     $NetBSD: print.c,v 1.8 2004/01/27 20:30:30 jsm Exp $    */
 
 /*
  * Copyright (c) 1980, 1993
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
@@ -38,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)print.c    8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: print.c,v 1.6 1999/09/08 21:17:52 jsm Exp $");
+__RCSID("$NetBSD: print.c,v 1.8 2004/01/27 20:30:30 jsm Exp $");
 #endif
 #endif /* not lint */
 
@@ -46,7 +42,7 @@ __RCSID("$NetBSD: print.c,v 1.6 1999/09/08 21:17:52 jsm Exp $");
 
 static const char *header = "Name      Own      Price Mg # Rent";
 
-static void printmorg __P((const SQUARE *));
+static void printmorg(const SQUARE *);
 
 /*
  *     This routine prints out the current board