]> granicus.if.org Git - nethack/commitdiff
back out one of the pr624 changes
authornhmall <nhmall@nethack.org>
Sun, 30 Jan 2022 01:32:30 +0000 (20:32 -0500)
committernhmall <nhmall@nethack.org>
Sun, 30 Jan 2022 01:32:30 +0000 (20:32 -0500)
This one caused a build failure on a cross-compile.

src/mail.c

index 25e49803540615684643deebfcd2eb0352f6cd9d..751e59ea9a7f1b677f2f5f54222c94e47e963520 100644 (file)
@@ -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.",