From: David M. Lee Date: Mon, 24 Jun 2013 22:05:28 +0000 (+0000) Subject: Few more menuselect fixes missed in r392777 X-Git-Tag: 13.0.0-beta1~1620 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f33d074d1a57c4fab55197ec31404b785f90107c;p=thirdparty%2Fasterisk.git Few more menuselect fixes missed in r392777 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392779 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/tests/test_endpoints.c b/tests/test_endpoints.c index 2758e8e78f..444786131a 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, ); diff --git a/tests/test_stasis_endpoints.c b/tests/test_stasis_endpoints.c index 8b4f1fae9b..c6cafd6ad9 100644 --- a/tests/test_stasis_endpoints.c +++ b/tests/test_stasis_endpoints.c @@ -301,8 +301,7 @@ static int load_module(void) return AST_MODULE_LOAD_SUCCESS; } -AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, - "Endpoint stasis-related testing", +AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Endpoint stasis-related testing", .load = load_module, .unload = unload_module, .nonoptreq = "res_stasis_test",