aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_record.c
diff options
context:
space:
mode:
authoranthonyl <anthonyl@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-31 21:12:26 +0000
committeranthonyl <anthonyl@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-31 21:12:26 +0000
commit2ea46c1628e343c37653a16833545f38ebe2a1fe (patch)
tree0d7e42795996706d585c8863bbf0a3e84278b941 /apps/app_record.c
parent08746f779d84a3f78d93d824b1b5ab761102adb1 (diff)
spacing update
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41648 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_record.c')
-rw-r--r--apps/app_record.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/app_record.c b/apps/app_record.c
index be2f3692b..231e2bb1e 100644
--- a/apps/app_record.c
+++ b/apps/app_record.c
@@ -303,7 +303,8 @@ static int record_exec(struct ast_channel *chan, void *data)
} else if ((f->frametype == AST_FRAME_DTMF) &&
(f->subclass == terminator)) {
res = ast_writestream(s,f);
- if(res) {
+
+ if (res) {
ast_log(LOG_WARNING,"Problem writing final record frame\n");
}
ast_frfree(f);