From db8da852665f349f9e909c6e652e3376ae352079 Mon Sep 17 00:00:00 2001 From: James Golovich Date: Mon, 14 Jun 2004 22:05:12 +0000 Subject: [PATCH] Cleanup formatting git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3212 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c index 7f9027dc86..5916def7cd 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, "\"");