From 1caf9821d2b8163658a651901b1daaf45a97e0b4 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 29 Jan 2022 23:33:58 -0500 Subject: [PATCH] fake mail follow-up tidbit --- src/mail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mail.c b/src/mail.c index d904dddc0..87ff8ada0 100644 --- a/src/mail.c +++ b/src/mail.c @@ -466,7 +466,7 @@ readmail(struct obj *otmp UNUSED) int i; enum delivery_types delivery = normal_delivery; const char *recipient = 0; - const char *const junk_templates[] = { + static const char *const junk_templates[] = { "%sReport bugs to <%s>.%s", /*** must be first entry ***/ "Please disregard previous letter.", "Welcome to NetHack.",