summaryrefslogtreecommitdiffstats
path: root/phantasia/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'phantasia/io.c')
-rw-r--r--phantasia/io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/phantasia/io.c b/phantasia/io.c
index 8caf069b..66f23637 100644
--- a/phantasia/io.c
+++ b/phantasia/io.c
@@ -1,4 +1,4 @@
-/* $NetBSD: io.c,v 1.8 2004/04/11 13:35:06 he Exp $ */
+/* $NetBSD: io.c,v 1.9 2005/02/15 12:58:21 jsm Exp $ */
/*
* io.c - input/output routines for Phantasia
@@ -156,7 +156,7 @@ interrupt()
int
getanswer(choices, def)
const char *choices;
- bool def;
+ phbool def;
{
int ch; /* input */
volatile int loop; /* counter */