summaryrefslogtreecommitdiffstats
path: root/monop/cards.c
diff options
context:
space:
mode:
Diffstat (limited to 'monop/cards.c')
-rw-r--r--monop/cards.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/monop/cards.c b/monop/cards.c
index fc7bde48..489f25ee 100644
--- a/monop/cards.c
+++ b/monop/cards.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cards.c,v 1.7 1999/08/21 10:40:03 simonb Exp $ */
+/* $NetBSD: cards.c,v 1.8 1999/09/08 21:17:51 jsm Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)cards.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: cards.c,v 1.7 1999/08/21 10:40:03 simonb Exp $");
+__RCSID("$NetBSD: cards.c,v 1.8 1999/09/08 21:17:51 jsm Exp $");
#endif
#endif /* not lint */
@@ -54,9 +54,9 @@ __RCSID("$NetBSD: cards.c,v 1.7 1999/08/21 10:40:03 simonb Exp $");
#define GOJF 'F' /* char for get-out-of-jail-free cards */
#ifndef DEV
-static char *cardfile = _PATH_CARDS;
+static const char *cardfile = _PATH_CARDS;
#else
-static char *cardfile = "cards.pck";
+static const char *cardfile = "cards.pck";
#endif
static FILE *deckf;