summaryrefslogtreecommitdiff
path: root/pbx/pbx_config.c
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-06-14 22:05:12 +0000
committerJames Golovich <james@gnuinter.net>2004-06-14 22:05:12 +0000
commitdb8da852665f349f9e909c6e652e3376ae352079 (patch)
treebb9f5829acd46897dd81ee05d78fa7f9655d6889 /pbx/pbx_config.c
parentbc80b3130de8a8d2b943f518b8d98ed1fdd94be8 (diff)
Cleanup formatting
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3212 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/pbx_config.c')
-rwxr-xr-xpbx/pbx_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 7f9027dc8..5916def7c 100755
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -1641,7 +1641,7 @@ static int pbx_load_module(void)
if (start && (end = strrchr(appl, ')'))) {
*start = *end = '\0';
data = start + 1;
- process_quotes_and_slashes(data,',','|');
+ process_quotes_and_slashes(data, ',', '|');
} else if (stringp!=NULL && *stringp=='"') {
stringp++;
data = strsep(&stringp, "\"");