summaryrefslogtreecommitdiffstats
path: root/games/hack/hack.apply.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/hack.apply.c')
-rw-r--r--games/hack/hack.apply.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/hack/hack.apply.c b/games/hack/hack.apply.c
index a63bc40..0de483d 100644
--- a/games/hack/hack.apply.c
+++ b/games/hack/hack.apply.c
@@ -1,6 +1,8 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.apply.c - version 1.0.3 */
-/* $FreeBSD$ */
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include "hack.h"
#include "def.edog.h"
@@ -37,7 +39,7 @@ doapply() {
use_magic_whistle(obj);
break;
}
- /* fall into next case */
+ /* FALLTHROUGH */
case WHISTLE:
use_whistle(obj);
break;
OpenPOWER on IntegriCloud