Make MODULE_INFO const correct

This commit is contained in:
Johan Wikman
2016-11-23 15:45:43 +02:00
parent 4730e28ef7
commit 04753bbb76

View File

@ -84,7 +84,7 @@ typedef struct
MODULE_API modapi;
MODULE_STATUS status;
MODULE_VERSION api_version;
char *description;
const char *description;
} MODULE_INFO;
MXS_END_DECLS