SCP: Cleanup C++ compile of changed help string management
This commit is contained in:
parent
07897d3257
commit
b561de671b
1 changed files with 1 additions and 1 deletions
2
scp.c
2
scp.c
|
@ -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 *************************/
|
||||
|
|
Loading…
Add table
Reference in a new issue