Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/battlestar Add FALLTHROUGH comment.
details: https://anonhg.NetBSD.org/src/rev/281e50ead3ef
branches: trunk
changeset: 476511:281e50ead3ef
user: jsm <jsm%NetBSD.org@localhost>
date: Sat Sep 18 16:41:38 1999 +0000
description:
Add FALLTHROUGH comment.
diffstat:
games/battlestar/cypher.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 2220ec051b7a -r 281e50ead3ef games/battlestar/cypher.c
--- a/games/battlestar/cypher.c Sat Sep 18 16:40:04 1999 +0000
+++ b/games/battlestar/cypher.c Sat Sep 18 16:41:38 1999 +0000
@@ -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 @@
switch(n) {
case BATHGOD:
wordvalue[wordnumber + 1] = NORMGOD;
+ /* FALLTHROUGH */
case NORMGOD:
case AMULET:
case MEDALION:
Home |
Main Index |
Thread Index |
Old Index