mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-06 18:13:45 +00:00
Fix formatting again
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3827 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
8
app.c
8
app.c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user