From ff7d2559eee80771700cfd935d8775e204d62f36 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 24 Dec 2006 16:30:45 +0000 Subject: [PATCH] Minor const fix. [originally from svn r7013] --- windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;