0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-05 10:08:36 +02:00

modules: whoops, forgot one tiny thing

This commit is contained in:
Elizabeth Myers 2016-03-06 17:04:02 -06:00
parent 8e9c6a7590
commit 7b075a7610

View file

@ -107,7 +107,7 @@ struct mapi_mheader_av2
struct mapi_mheader_av1 _mheader = { MAPI_V1, reg, unreg, cl, hl, hfnlist, v}
#define DECLARE_MODULE_AV2(name, reg, unreg, cl, hl, hfnlist, caplist, v, desc) \
struct mapi_mheader_av2 _mheader = { MAPI_V1, reg, unreg, cl, hl, hfnlist, caplist, v, desc}
struct mapi_mheader_av2 _mheader = { MAPI_V2, reg, unreg, cl, hl, hfnlist, caplist, v, desc}
/* add a path */
void mod_add_path(const char *path);