提交 b049bacf authored 作者: Brian West's avatar Brian West

 fix sentence 

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15311 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 9fb56c87
...@@ -583,7 +583,7 @@ SWITCH_STANDARD_API(event_sink_function) ...@@ -583,7 +583,7 @@ SWITCH_STANDARD_API(event_sink_function)
} }
if (!http) { if (!http) {
stream->write_function(stream, "This is a web application.!\n"); stream->write_function(stream, "This is a web application!\n");
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_SUCCESS;
} }
stream->write_function(stream, "Content-Type: text/xml\n\n"); stream->write_function(stream, "Content-Type: text/xml\n\n");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论