Followup to "suicide by wand", remove redundant an()

This commit is contained in:
Patric Mueller
2022-12-07 15:54:30 +01:00
parent 0d4cf0323c
commit 68f9ef8aa6

View File

@@ -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 {