From: nhmall Date: Wed, 9 Feb 2022 10:52:55 +0000 (-0500) Subject: tab to spaces follow-up X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d94ebf73969da202f7778c0d4f84ad6109cb656e;p=nethack tab to spaces follow-up Also, the commit for 0e9ecb88fbf883350a9feb3c4c616a2e6282d5e3 was missing the issue close directive, so do it here. Closes #674 --- 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)