fix sentence
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15311 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9fb56c87f2
commit
b049bacf7c
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue