chiark / gitweb /
Minor const fix.
authorSimon Tatham <anakin@pobox.com>
Sun, 24 Dec 2006 16:30:45 +0000 (16:30 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 24 Dec 2006 16:30:45 +0000 (16:30 +0000)
[originally from svn r7013]

windows.c

index f7621dfdfbc6b8c011aac357174e622d6744ab19..ebaa1b690b54c5bb9f39bc0ccff29036e21aea03 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;