Minor const fix.

[originally from svn r7013]
This commit is contained in:
Simon Tatham
2006-12-24 16:30:45 +00:00
parent 7b1f7d3e01
commit ff7d2559ee

View File

@ -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;