dect
/
asterisk
Archived
13
0
Fork 0

Whitespace only

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@123609 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
seanbright 2008-06-18 00:33:31 +00:00
parent bf03be75ff
commit 499e256f2b
1 changed files with 134 additions and 134 deletions

View File

@ -1235,9 +1235,8 @@ static int handle_recordfile(struct ast_channel *chan, AGI *agi, int argc, char
int dspsilence = 0;
int silence = 0; /* amount of silence to allow */
int gotsilence = 0; /* did we timeout for silence? */
char *silencestr=NULL;
int rfmt=0;
char *silencestr = NULL;
int rfmt = 0;
/* XXX EAGI FIXME XXX */
@ -1395,6 +1394,7 @@ static int handle_recordfile(struct ast_channel *chan, AGI *agi, int argc, char
ast_log(LOG_WARNING, "Unable to restore read format on '%s'\n", chan->name);
ast_dsp_free(sildet);
}
return RESULT_SUCCESS;
}