aboutsummaryrefslogtreecommitdiffstats
path: root/main/app.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-06 19:00:40 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-06 19:00:40 +0000
commitaec5a058825347665b3605675e989c060147bf2b (patch)
treecc0b578599ed3373f4cb64033ec93e8a77c8117a /main/app.c
parent2cb9e151e403457edae8b3c0cc80d9b50dd3ac20 (diff)
Make another formatting change ... testing mantis/svn stuff
(issue #9828) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@67782 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/app.c')
-rw-r--r--main/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/app.c b/main/app.c
index 3a6ae8c7a..85105225c 100644
--- a/main/app.c
+++ b/main/app.c
@@ -540,7 +540,7 @@ static int __ast_play_and_record(struct ast_channel *chan, const char *playfile,
maxsilence = global_maxsilence;
/* barf if no pointer passed to store duration in */
- if (duration == NULL) {
+ if (!duration) {
ast_log(LOG_WARNING, "Error play_and_record called without duration pointer\n");
return -1;
}