]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
missing comma
authorLiyang <liyang@x-y-t.cn>
Wed, 17 Oct 2018 15:26:04 +0000 (23:26 +0800)
committerChris Rienzo <chris@signalwire.com>
Thu, 20 Dec 2018 15:18:48 +0000 (10:18 -0500)
https://freeswitch.org/jira/browse/FS-11465

src/include/test/switch_test.h

index 0fdac14bc03ea68dc082ab28c678059fb81e166c..ac3f20fea945fcef33f62f6713d2b5ded9a3a708 100644 (file)
@@ -721,7 +721,7 @@ static void fst_init_core_and_modload(const char *confdir, const char *basedir,
 
 #define fst_xml_body(body) \
        if (fst_tag_body) { \
-               fst_xml_stream.write_function(&fst_xml_stream "%s", body); \
+               fst_xml_stream.write_function(&fst_xml_stream, "%s", body); \
        } else { \
                fst_tag_body = 1; \
                fst_xml_stream.write_function(&fst_xml_stream, ">%s", body); \