summaryrefslogtreecommitdiff
path: root/games/adventure/io.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-18 06:38:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-18 06:38:44 +0000
commitc58e4ea9bf2e7005f2603c1eca2552d53b50ef9d (patch)
treeebd7603c2daf59636efcbd2412602dde6fb15112 /games/adventure/io.c
parent0f196969d3b8147be4e25712f1668cda8bdab7dd (diff)
someone should read compiler messages on the powerpc
Diffstat (limited to 'games/adventure/io.c')
-rw-r--r--games/adventure/io.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/adventure/io.c b/games/adventure/io.c
index de2a5781254..ad685424cda 100644
--- a/games/adventure/io.c
+++ b/games/adventure/io.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: io.c,v 1.10 2001/08/06 22:59:05 pjanzen Exp $ */
+/* $OpenBSD: io.c,v 1.11 2002/02/18 06:38:42 deraadt Exp $ */
/* $NetBSD: io.c,v 1.3 1995/04/24 12:21:37 cgd Exp $ */
/*-
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: io.c,v 1.10 2001/08/06 22:59:05 pjanzen Exp $";
+static char rcsid[] = "$OpenBSD: io.c,v 1.11 2002/02/18 06:38:42 deraadt Exp $";
#endif
#endif /* not lint */
@@ -161,7 +161,7 @@ yesm(x, y, z) /* confirm with mspeak */
int x, y, z;
{
int result;
- char ch;
+ int ch;
for (;;) {
mspeak(x); /* tell him what we want */