From d94ebf73969da202f7778c0d4f84ad6109cb656e Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 9 Feb 2022 05:52:55 -0500 Subject: [PATCH] tab to spaces follow-up Also, the commit for 0e9ecb88fbf883350a9feb3c4c616a2e6282d5e3 was missing the issue close directive, so do it here. Closes #674 --- src/zap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zap.c b/src/zap.c index d8b4089e2..af1adc07c 100644 --- a/src/zap.c +++ b/src/zap.c @@ -4262,7 +4262,7 @@ dobuzz(int type, int nd, xchar sx, xchar sy, int dx, int dy, u.ustuck->mhp = 0; if (DEADMONSTER(u.ustuck)) killed(u.ustuck); - } + } return; } if (type < 0) -- 2.50.1