dect
/
asterisk
Archived
13
0
Fork 0

Cleanup formatting

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3212 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
citats 2004-06-14 22:05:12 +00:00
parent 295d4e10eb
commit 08ea6bc71d
1 changed files with 1 additions and 1 deletions

View File

@ -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, "\"");