Another minor formatting change ... testing mantis/svn

(issue #9828)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67781 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-06-06 18:55:45 +00:00
parent 330880b909
commit ea2068d0ad

View File

@@ -1057,7 +1057,7 @@ int ast_unlock_path(const char *path)
int ast_record_review(struct ast_channel *chan, const char *playfile, const char *recordfile, int maxtime, const char *fmt, int *duration, const char *path)
{
int silencethreshold = 128;
int maxsilence=0;
int maxsilence = 0;
int res = 0;
int cmd = 0;
int max_attempts = 3;