summaryrefslogtreecommitdiff
path: root/tests/test_endpoints.c
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-06-24 22:05:28 +0000
committerDavid M. Lee <dlee@digium.com>2013-06-24 22:05:28 +0000
commitf33d074d1a57c4fab55197ec31404b785f90107c (patch)
treefa77844ba8ad252597a80571c1a2ef16f04c93c8 /tests/test_endpoints.c
parentd56cbf43a0bda6ba2c4af02dd462ffff121a5cb4 (diff)
Few more menuselect fixes missed in r392777
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392779 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests/test_endpoints.c')
-rw-r--r--tests/test_endpoints.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_endpoints.c b/tests/test_endpoints.c
index 2758e8e78..444786131 100644
--- a/tests/test_endpoints.c
+++ b/tests/test_endpoints.c
@@ -151,8 +151,7 @@ static int load_module(void)
return AST_MODULE_LOAD_SUCCESS;
}
-AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT,
- "Endpoint testing",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Endpoint testing",
.load = load_module,
.unload = unload_module,
);