From: James Golovich Date: Mon, 14 Jun 2004 22:05:12 +0000 (+0000) Subject: Cleanup formatting X-Git-Tag: 1.0.0-rc1~246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db8da852665f349f9e909c6e652e3376ae352079;p=thirdparty%2Fasterisk.git Cleanup formatting git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3212 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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, "\"");