From 50be1a1772e3627fc4851d46912bd2164e3afe52 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 5 Apr 2012 21:52:22 +0200 Subject: Mark some more variables/parameters constant Fixes a couple of warnings seen with GCC 4.7. Signed-off-by: Lukas Fleischer --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index 763d49b..3ee24e0 100644 --- a/src/utils.c +++ b/src/utils.c @@ -160,7 +160,7 @@ warnbox (const char *msg) * Message texts for first line and second line are to be provided. */ void -status_mesg (char *mesg_line1, char *mesg_line2) +status_mesg (const char *mesg_line1, const char *mesg_line2) { wins_erase_status_bar (); custom_apply_attr (win[STA].p, ATTR_HIGHEST); -- cgit v1.2.3-54-g00ecf