Fix compilation error on CentOS6
Fix compilation error on CentOS6
This commit is contained in:
@ -160,7 +160,7 @@ typedef struct mxs_module
|
|||||||
* This should be the last value given to @c parameters. If the module has no
|
* This should be the last value given to @c parameters. If the module has no
|
||||||
* parameters, it should be the only value.
|
* parameters, it should be the only value.
|
||||||
*/
|
*/
|
||||||
#define MXS_END_MODULE_PARAMS .name = NULL
|
#define MXS_END_MODULE_PARAMS 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Name of the module entry point
|
* Name of the module entry point
|
||||||
|
Reference in New Issue
Block a user