]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Cleanup formatting
authorJames Golovich <james@gnuinter.net>
Mon, 14 Jun 2004 22:05:12 +0000 (22:05 +0000)
committerJames Golovich <james@gnuinter.net>
Mon, 14 Jun 2004 22:05:12 +0000 (22:05 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3212 65c4cc65-6c06-0410-ace0-fbb531ad65f3

pbx/pbx_config.c

index 7f9027dc86ef023191e231e051c01b50e84c6352..5916def7cdf5d3ba425acf14bee00f6fd72a7e69 100755 (executable)
@@ -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, "\"");