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_CLIENT, "testcap", NULL, &CAP_TESTCAP_CLIENT },
|
||||
{ 0, NULL, NULL, NULL }
|
||||
}
|
||||
};
|
||||
|
||||
/* Here we tell it what to do when the module is loaded */
|
||||
static int
|
||||
|
|
Loading…
Reference in a new issue