Commit 46ef499f authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

dynamicoverlay: psz_command shouldn't be const.

parent 65f89dcc
...@@ -73,7 +73,7 @@ typedef struct commandparams_t ...@@ -73,7 +73,7 @@ typedef struct commandparams_t
typedef struct commanddesc_t typedef struct commanddesc_t
{ {
const char *psz_command; char *psz_command;
bool b_atomic; bool b_atomic;
int ( *pf_parser ) ( char *psz_command, char *psz_end, int ( *pf_parser ) ( char *psz_command, char *psz_end,
commandparams_t *p_params ); commandparams_t *p_params );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment