diff options
Diffstat (limited to 'games/hack/hack.mkobj.c')
| -rw-r--r-- | games/hack/hack.mkobj.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/hack/hack.mkobj.c b/games/hack/hack.mkobj.c index cc8ce6d48ab0..7ef15409e792 100644 --- a/games/hack/hack.mkobj.c +++ b/games/hack/hack.mkobj.c @@ -1,6 +1,8 @@ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.mkobj.c - version 1.0.3 */ -/* $FreeBSD$ */ + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "hack.h" @@ -76,7 +78,7 @@ int otyp; if(otmp->otyp == TIN) otmp->spe = rnd(...); #endif /* NOT_YET_IMPLEMENTED */ - /* fall into next case */ + /* FALLTHROUGH */ case GEM_SYM: otmp->quan = rn2(6) ? 1 : 2; case TOOL_SYM: |
