summaryrefslogtreecommitdiff
path: root/cel
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 /cel
parent32eb812b28ffc1745e08cb507d8c4409d3ed297a (diff)
AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.
Change-Id: Icf88f9f861c6b2a16e5f626ff25795218a6f2723
Diffstat (limited to 'cel')
-rw-r--r--cel/cel_custom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cel/cel_custom.c b/cel/cel_custom.c
index 0c55e497b..f6377fcd7 100644
--- a/cel/cel_custom.c
+++ b/cel/cel_custom.c
@@ -222,5 +222,5 @@ AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "Customizable Comma Se
.unload = unload_module,
.reload = reload,
.load_pri = AST_MODPRI_CDR_DRIVER,
- );
+);