summaryrefslogtreecommitdiffstats
path: root/cribbage/io.c
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2011-05-23 22:47:22 +0000
committerjoerg <joerg@NetBSD.org>2011-05-23 22:47:22 +0000
commit6ab4965434cb30f31450949e29f988bc4915e16d (patch)
treeb76643f000d8527236ccb6b9a34fb1b1ddaff25d /cribbage/io.c
parent47598dd9384decefa5159a782467fe5a64965d72 (diff)
downloadbsdgames-darwin-6ab4965434cb30f31450949e29f988bc4915e16d.tar.gz
bsdgames-darwin-6ab4965434cb30f31450949e29f988bc4915e16d.tar.zst
bsdgames-darwin-6ab4965434cb30f31450949e29f988bc4915e16d.zip
ANSIfy
Diffstat (limited to 'cribbage/io.c')
-rw-r--r--cribbage/io.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/cribbage/io.c b/cribbage/io.c
index 5a5fec61..809dc12c 100644
--- a/cribbage/io.c
+++ b/cribbage/io.c
@@ -1,4 +1,4 @@
-/* $NetBSD: io.c,v 1.24 2009/08/12 05:48:04 dholland Exp $ */
+/* $NetBSD: io.c,v 1.25 2011/05/23 22:47:22 joerg Exp $ */
/*-
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: io.c,v 1.24 2009/08/12 05:48:04 dholland Exp $");
+__RCSID("$NetBSD: io.c,v 1.25 2011/05/23 22:47:22 joerg Exp $");
#endif
#endif /* not lint */
@@ -86,9 +86,7 @@ static const char *const suitchar[SUITS] = {"S", "H", "D", "C"};
* Call msgcrd in one of two forms
*/
int
-msgcard(c, brief)
- CARD c;
- BOOLEAN brief;
+msgcard(CARD c, BOOLEAN brief)
{
if (brief)
return (msgcrd(c, TRUE, NULL, TRUE));