From de2b673f5a3b476f318ae1dc6dc418222d160787 Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Mon, 7 Mar 2016 01:35:35 -0600 Subject: [PATCH] example_module: forgot a stupid semicolon. --- extensions/example_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/example_module.c b/extensions/example_module.c index 24f3593e..63b9f7b9 100644 --- a/extensions/example_module.c +++ b/extensions/example_module.c @@ -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