summaryrefslogtreecommitdiff
path: root/funcs/func_periodic_hook.c
diff options
context:
space:
mode:
authorRodrigo Ramírez Norambuena <decipher.hk@gmail.com>2015-05-05 20:49:04 -0400
committerJoshua Colp <jcolp@digium.com>2015-05-13 16:34:23 -0500
commiteec010829a3e2bd2901cb983f679ee89ac85bf2d (patch)
treec3b41b82239d1a0d0f8d4916691267b5cecb4ff6 /funcs/func_periodic_hook.c
parent32eb812b28ffc1745e08cb507d8c4409d3ed297a (diff)
AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.
Change-Id: Icf88f9f861c6b2a16e5f626ff25795218a6f2723
Diffstat (limited to 'funcs/func_periodic_hook.c')
-rw-r--r--funcs/func_periodic_hook.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/funcs/func_periodic_hook.c b/funcs/func_periodic_hook.c
index e62e660bf..6ddab5600 100644
--- a/funcs/func_periodic_hook.c
+++ b/funcs/func_periodic_hook.c
@@ -521,7 +521,7 @@ int AST_OPTIONAL_API_NAME(ast_beep_stop)(struct ast_channel *chan, const char *b
}
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS, "Periodic dialplan hooks.",
- .support_level = AST_MODULE_SUPPORT_CORE,
- .load = load_module,
- .unload = unload_module,
- );
+ .support_level = AST_MODULE_SUPPORT_CORE,
+ .load = load_module,
+ .unload = unload_module,
+);