From: simon Date: Sun, 24 Dec 2006 16:30:45 +0000 (+0000) Subject: Minor const fix. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/ed656ed455d045a49dfb3dae64f9135727d7f788 Minor const fix. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7013 cda61777-01e9-0310-a592-d414129be87e --- 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;