diff options
Diffstat (limited to 'src/test-binding.c')
-rw-r--r-- | src/test-binding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test-binding.c b/src/test-binding.c index d465994..39e90c4 100644 --- a/src/test-binding.c +++ b/src/test-binding.c @@ -31,7 +31,7 @@ static CtlSectionT ctrlSections[] = { {.key = "resources", .loadCB = PluginConfig}, {.key = "testVerb", .loadCB = ControlConfig}, {.key = "events", .loadCB = EventConfig}, - {.key = "mapis", .loadCB = mapisConfig}, + {.key = "mapis", .loadCB = MapiConfig}, {.key = NULL} }; |