mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 07:50:57 +01:00
example_module: forgot a stupid semicolon.
This commit is contained in:
parent
b212d71344
commit
de2b673f5a
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ mapi_cap_list_av2 test_cap_list[] = {
|
||||||
{ MAPI_CAP_SERVER, "TESTCAP", NULL, &CAP_TESTCAP_SERVER },
|
{ MAPI_CAP_SERVER, "TESTCAP", NULL, &CAP_TESTCAP_SERVER },
|
||||||
{ MAPI_CAP_CLIENT, "testcap", NULL, &CAP_TESTCAP_CLIENT },
|
{ MAPI_CAP_CLIENT, "testcap", NULL, &CAP_TESTCAP_CLIENT },
|
||||||
{ 0, NULL, NULL, NULL }
|
{ 0, NULL, NULL, NULL }
|
||||||
}
|
};
|
||||||
|
|
||||||
/* Here we tell it what to do when the module is loaded */
|
/* Here we tell it what to do when the module is loaded */
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in a new issue