summaryrefslogtreecommitdiffstats
path: root/rogue/play.c
diff options
context:
space:
mode:
Diffstat (limited to 'rogue/play.c')
-rw-r--r--rogue/play.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/rogue/play.c b/rogue/play.c
index 88245384..04f8a89f 100644
--- a/rogue/play.c
+++ b/rogue/play.c
@@ -1,4 +1,4 @@
-/* $NetBSD: play.c,v 1.9 2008/01/14 03:50:02 dholland Exp $ */
+/* $NetBSD: play.c,v 1.10 2019/02/03 03:19:25 mrg Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)play.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: play.c,v 1.9 2008/01/14 03:50:02 dholland Exp $");
+__RCSID("$NetBSD: play.c,v 1.10 2019/02/03 03:19:25 mrg Exp $");
#endif
#endif /* not lint */
@@ -219,6 +219,7 @@ CH:
break;
case 'Q':
quit(0);
+ __unreachable();
case '0':
case '1':
case '2':