From 05d628752ed721d48adff09373609f0979d351b0 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 21 May 2022 21:26:21 -0400 Subject: [PATCH] warning fix --- src/cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd.c b/src/cmd.c index 1809e61cd..2c203b435 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -1159,7 +1159,7 @@ wiz_detect(void) /* the #wizkill command - pick targets and reduce them to 0HP; by default, the hero is credited/blamed; use 'm' prefix to avoid that */ static int -wiz_kill() +wiz_kill(void) { struct monst *mtmp; coord cc;