Fix formatting again

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3827 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich
2004-09-23 16:58:09 +00:00
parent 2a896e5d3c
commit fb6e840213

8
app.c
View File

@@ -438,14 +438,14 @@ int ast_control_streamfile(struct ast_channel *chan, char *file, char *fwd, char
ast_stopstream(chan);
if(file) {
if((end = strchr(file,':'))) {
if(!strcasecmp(end,":end")) {
if (file) {
if ((end = strchr(file,':'))) {
if (!strcasecmp(end, ":end")) {
*end = '\0';
end++;
}
}
}
}
for (;;) {
gettimeofday(&started,NULL);