mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Cleanup formatting
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3212 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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, "\"");
|
||||
|
Reference in New Issue
Block a user