Add FALLTHROUGH comment.
This commit is contained in:
parent
57b9dc499c
commit
c15fcd0e23
|
@ -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
|
* Copyright (c) 1983, 1993
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)cypher.c 8.2 (Berkeley) 4/28/95";
|
static char sccsid[] = "@(#)cypher.c 8.2 (Berkeley) 4/28/95";
|
||||||
#else
|
#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
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
|
@ -138,6 +138,7 @@ cypher()
|
||||||
switch(n) {
|
switch(n) {
|
||||||
case BATHGOD:
|
case BATHGOD:
|
||||||
wordvalue[wordnumber + 1] = NORMGOD;
|
wordvalue[wordnumber + 1] = NORMGOD;
|
||||||
|
/* FALLTHROUGH */
|
||||||
case NORMGOD:
|
case NORMGOD:
|
||||||
case AMULET:
|
case AMULET:
|
||||||
case MEDALION:
|
case MEDALION:
|
||||||
|
|
Loading…
Reference in New Issue