From 6676959f5b3cac2a950e99437fcea7f0b5af2b38 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 11 Sep 2022 09:08:35 -0400 Subject: [PATCH] comment and declaration is outdated It looks like quite a lot of time has passed since this was accurate. --- src/zap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zap.c b/src/zap.c index 92069d4fa..afa1f6ba3 100644 --- a/src/zap.c +++ b/src/zap.c @@ -55,7 +55,7 @@ static void wishcmdassist(int); static const char are_blinded_by_the_flash[] = "are blinded by the flash!"; -const char *const flash_types[] = /* also used in buzzmu(mcastu.c) */ +static const char *const flash_types[] = { "magic missile", /* Wands must be 0-9 */ "bolt of fire", "bolt of cold", "sleep ray", "death ray",