diff options
Diffstat (limited to 'src/utils.c')
-rw-r--r-- | src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |