SCP: Cleanup C++ compile of changed help string management

This commit is contained in:
Mark Pizzolato 2020-04-21 21:43:41 -07:00
parent 07897d3257
commit b561de671b

2
scp.c
View file

@ -837,7 +837,7 @@ const t_value width_mask[] = { 0,
#endif
};
static char *simh_help = ""; /* First invocation of HELP command appends the help pieces */
static char *simh_help = NULL; /* First invocation of HELP command appends the help pieces */
static const char simh_help1[] =
/***************** 80 character line width template *************************/