From 68f9ef8aa683135be9d2244077fe6bd053fccb63 Mon Sep 17 00:00:00 2001 From: Patric Mueller Date: Wed, 7 Dec 2022 15:54:30 +0100 Subject: [PATCH] Followup to "suicide by wand", remove redundant an() --- src/zap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zap.c b/src/zap.c index 3cad32381..1742385b5 100644 --- a/src/zap.c +++ b/src/zap.c @@ -2435,7 +2435,7 @@ dozap(void) char buf[BUFSZ]; Sprintf(buf, "zapped %sself with %s", - uhim(), an(killer_xname(obj))); + uhim(), killer_xname(obj)); losehp(Maybe_Half_Phys(damage), buf, NO_KILLER_PREFIX); } } else {