fix sentence

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15311 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-11-01 20:40:31 +00:00
parent 9fb56c87f2
commit b049bacf7c
1 changed files with 1 additions and 1 deletions

View File

@ -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");