Fix formatting again

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3827 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
James Golovich 21 years ago
parent 2a896e5d3c
commit fb6e840213

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

Loading…
Cancel
Save