[common] option: remove const qualifier from shortopt

This commit is contained in:
Geoffrey McRae 2023-11-11 13:31:05 +11:00
parent 17fce1cf78
commit a3b51220ed

View File

@ -49,7 +49,7 @@ struct Option
char * module; char * module;
char * name; char * name;
char * description; char * description;
const char shortopt; char shortopt;
bool preset; bool preset;
void * opaque; void * opaque;