summaryrefslogtreecommitdiffstats
path: root/battlestar
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>1999-09-18 16:41:38 +0000
committerjsm <jsm@NetBSD.org>1999-09-18 16:41:38 +0000
commit4c22183774ff24e41e07ca19e9171f0a61512c7c (patch)
treee32db54c703e47da622f2a296cf7ef594255f52c /battlestar
parent7fdbb26287439345821c2c2279faa5f0030a9d12 (diff)
downloadbsdgames-darwin-4c22183774ff24e41e07ca19e9171f0a61512c7c.tar.gz
bsdgames-darwin-4c22183774ff24e41e07ca19e9171f0a61512c7c.tar.zst
bsdgames-darwin-4c22183774ff24e41e07ca19e9171f0a61512c7c.zip
Add FALLTHROUGH comment.
Diffstat (limited to 'battlestar')
-rw-r--r--battlestar/cypher.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/battlestar/cypher.c b/battlestar/cypher.c
index 5fa8f546..63390a7d 100644
--- a/battlestar/cypher.c
+++ b/battlestar/cypher.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cypher.c,v 1.9 1999/07/28 01:45:42 hubertf Exp $ */
+/* $NetBSD: cypher.c,v 1.10 1999/09/18 16:41:38 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)cypher.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: cypher.c,v 1.9 1999/07/28 01:45:42 hubertf Exp $");
+__RCSID("$NetBSD: cypher.c,v 1.10 1999/09/18 16:41:38 jsm Exp $");
#endif
#endif /* not lint */
@@ -138,6 +138,7 @@ cypher()
switch(n) {
case BATHGOD:
wordvalue[wordnumber + 1] = NORMGOD;
+ /* FALLTHROUGH */
case NORMGOD:
case AMULET:
case MEDALION: