From: nhmall Date: Tue, 7 Apr 2015 02:38:01 +0000 (-0400) Subject: function definitition to match prototype const X-Git-Tag: NetHack-3.6.0_RC01~480^2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49b45bdbf59bbd7ba667cb34f8c125295b034c7a;p=nethack function definitition to match prototype const --- diff --git a/src/files.c b/src/files.c index 74fe41466..0a0180980 100644 --- a/src/files.c +++ b/src/files.c @@ -3337,7 +3337,7 @@ const char *filename; void read_tribute(tribsection, tribtitle, tribpassage) -char *tribsection, *tribtitle; +const char *tribsection, *tribtitle; int tribpassage; { dlb *fp;