aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows.c b/windows.c
index f7621df..ebaa1b6 100644
--- a/windows.c
+++ b/windows.c
@@ -1065,7 +1065,7 @@ static void init_help(void)
/*
* Start Help.
*/
-static void start_help(frontend *fe, char *topic)
+static void start_help(frontend *fe, const char *topic)
{
char *str = NULL;
int cmd;