aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2006-12-24 16:30:45 +0000
committerSimon Tatham <anakin@pobox.com>2006-12-24 16:30:45 +0000
commitff7d2559eee80771700cfd935d8775e204d62f36 (patch)
tree32f4df9d083c347ccdb299a7f71e8ed89a537157
parent7b1f7d3e01f0fbb3ff08ba1f20ab1c9f9d7db179 (diff)
downloadpuzzles-ff7d2559eee80771700cfd935d8775e204d62f36.zip
puzzles-ff7d2559eee80771700cfd935d8775e204d62f36.tar.gz
puzzles-ff7d2559eee80771700cfd935d8775e204d62f36.tar.bz2
puzzles-ff7d2559eee80771700cfd935d8775e204d62f36.tar.xz
Minor const fix.
[originally from svn r7013]
-rw-r--r--windows.c2
1 files changed, 1 insertions, 1 deletions
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;