From ed3ffb4b46e5ea11dd78568dc85555ce39c35831 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 9 May 2006 16:24:07 +0000 Subject: various doxygen fixes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26170 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbx/pbx_config.c') 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) -- cgit v1.2.3