From: nhmall Date: Sun, 30 Jan 2022 01:32:30 +0000 (-0500) Subject: back out one of the pr624 changes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=988e241021584c8548242b8b29244414ec43a667;p=nethack back out one of the pr624 changes This one caused a build failure on a cross-compile. --- 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.",