From 4c22183774ff24e41e07ca19e9171f0a61512c7c Mon Sep 17 00:00:00 2001 From: jsm Date: Sat, 18 Sep 1999 16:41:38 +0000 Subject: Add FALLTHROUGH comment. --- battlestar/cypher.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'battlestar') 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: -- cgit v1.2.3-56-ge451