From 49b45bdbf59bbd7ba667cb34f8c125295b034c7a Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 6 Apr 2015 22:38:01 -0400 Subject: [PATCH] function definitition to match prototype const --- src/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;