summaryrefslogtreecommitdiff
path: root/res/res_chan_stats.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2015-05-14 05:03:43 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2015-05-14 05:03:43 -0500
commit35ff01823be247c69a6f129955cbdbdc17e5fa7f (patch)
tree55d30531ce13d4ca9e02777af09238461a82148d /res/res_chan_stats.c
parent9dfee35fce81115b611f9fb3a3a696af868e0995 (diff)
parenteec010829a3e2bd2901cb983f679ee89ac85bf2d (diff)
Merge "AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro."
Diffstat (limited to 'res/res_chan_stats.c')
-rw-r--r--res/res_chan_stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_chan_stats.c b/res/res_chan_stats.c
index c9167d93a..8b188dc13 100644
--- a/res/res_chan_stats.c
+++ b/res/res_chan_stats.c
@@ -184,4 +184,4 @@ AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Example of how to use St
.load = load_module,
.unload = unload_module,
.nonoptreq = "res_statsd"
- );
+);