summaryrefslogtreecommitdiffstats
path: root/backgammon
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2019-02-18 19:35:44 +0000
committerchristos <christos@NetBSD.org>2019-02-18 19:35:44 +0000
commitbda5cf30b58e45d1db3f2dd70344121364bf2ecb (patch)
treedb6966789281e7cf7ed8a7d080db5c512c80d95e /backgammon
parent7d510aa1191273df4f27b92b41d3f45449b05cea (diff)
downloadbsdgames-darwin-bda5cf30b58e45d1db3f2dd70344121364bf2ecb.tar.gz
bsdgames-darwin-bda5cf30b58e45d1db3f2dd70344121364bf2ecb.tar.zst
bsdgames-darwin-bda5cf30b58e45d1db3f2dd70344121364bf2ecb.zip
add fallthrough
Diffstat (limited to 'backgammon')
-rw-r--r--backgammon/common_source/check.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/backgammon/common_source/check.c b/backgammon/common_source/check.c
index c3f85251..eabbc44e 100644
--- a/backgammon/common_source/check.c
+++ b/backgammon/common_source/check.c
@@ -1,4 +1,4 @@
-/* $NetBSD: check.c,v 1.8 2012/10/13 19:19:39 dholland Exp $ */
+/* $NetBSD: check.c,v 1.9 2019/02/18 19:35:44 christos Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)check.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: check.c,v 1.8 2012/10/13 19:19:39 dholland Exp $");
+__RCSID("$NetBSD: check.c,v 1.9 2019/02/18 19:35:44 christos Exp $");
#endif
#endif /* not lint */
@@ -66,6 +66,7 @@ getmove(struct move *mm)
bflag = pnum;
return;
}
+ /*FALLTHROUGH*/
case -4:
case 0:
if (tflag)