From 988e241021584c8548242b8b29244414ec43a667 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 29 Jan 2022 20:32:30 -0500 Subject: [PATCH] back out one of the pr624 changes This one caused a build failure on a cross-compile. --- src/mail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mail.c b/src/mail.c index 25e498035..751e59ea9 100644 --- a/src/mail.c +++ b/src/mail.c @@ -461,7 +461,7 @@ DISABLE_WARNING_FORMAT_NONLITERAL void readmail(struct obj *otmp UNUSED) { - static const char *const junk[] = { + static const char *junk[] = { "Report bugs to <%s>.", /*** must be first entry ***/ "Please disregard previous letter.", "Welcome to NetHack.",