Mark some more variables/parameters constant

Fixes a couple of warnings seen with GCC 4.7.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2012-04-05 21:52:22 +02:00
parent 80f7e8ead5
commit 50be1a1772
4 changed files with 7 additions and 7 deletions

View File

@@ -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);