shithub: puzzles

Download patch

ref: ff7d2559eee80771700cfd935d8775e204d62f36
parent: 7b1f7d3e01f0fbb3ff08ba1f20ab1c9f9d7db179
author: Simon Tatham <anakin@pobox.com>
date: Sun Dec 24 11:30:45 EST 2006

Minor const fix.

[originally from svn r7013]

--- a/windows.c
+++ b/windows.c
@@ -1065,7 +1065,7 @@
 /*
  * Start Help.
  */
-static void start_help(frontend *fe, char *topic)
+static void start_help(frontend *fe, const char *topic)
 {
     char *str = NULL;
     int cmd;