Minor const fix.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 24 Dec 2006 16:30:45 +0000 (16:30 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 24 Dec 2006 16:30:45 +0000 (16:30 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7013 cda61777-01e9-0310-a592-d414129be87e

windows.c

index f7621df..ebaa1b6 100644 (file)
--- 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;