From ed656ed455d045a49dfb3dae64f9135727d7f788 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 24 Dec 2006 16:30:45 +0000 Subject: [PATCH] Minor const fix. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7013 cda61777-01e9-0310-a592-d414129be87e --- 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; -- 2.11.0