From: Simon Tatham Date: Sun, 24 Dec 2006 16:30:45 +0000 (+0000) Subject: Minor const fix. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=ff7d2559eee80771700cfd935d8775e204d62f36;p=sgt-puzzles.git Minor const fix. [originally from svn r7013] --- 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;