summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.c b/src/interface.c
index 344fcea..a4a03cb 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -310,7 +310,7 @@ void interface_clear(void)
endwin();
}
-void status(gchar *msg)
+void status(const gchar *msg)
{
static gchar *save = NULL;
if (msg != NULL) {