aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_config.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-09 16:24:07 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-09 16:24:07 +0000
commitf1898a71f11389c69333a2d3ab5ceb5ca4f252d0 (patch)
treecbee3b6bd1df69ca7b222c47ef446c7f204283a0 /pbx/pbx_config.c
parent9a07e634fda5a8805e32953516a6271b1fb73904 (diff)
various doxygen fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26170 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/pbx_config.c')
-rw-r--r--pbx/pbx_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 2fc9fcd63..d8f4d6d76 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -191,7 +191,7 @@ static int partial_match(const char *s, const char *word, int len)
return (len == 0 || !strncmp(s, word, len));
}
-/*! \brief split extension@context in two parts, return -1 on error.
+/*! \brief split extension\@context in two parts, return -1 on error.
* The return string is malloc'ed and pointed by *ext
*/
static int split_ec(const char *src, char **ext, char ** const ctx)