warning fix

This commit is contained in:
nhmall
2022-05-10 21:10:02 -04:00
parent 97d884585c
commit d486270ec9

View File

@@ -492,7 +492,7 @@ static void
magic_whistled(struct obj *obj)
{
struct monst *mtmp, *nextmon;
char buf[BUFSZ], *mnam,
char buf[BUFSZ], *mnam = 0,
shiftbuf[BUFSZ + sizeof "shifts location"],
appearbuf[BUFSZ + sizeof "appears"],
disappearbuf[BUFSZ + sizeof "disappears"];