aboutsummaryrefslogtreecommitdiffstats
path: root/main/app.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-06 19:03:14 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-06 19:03:14 +0000
commita834208764ab2b1f7fcc0fdfdaf06912cf1670bb (patch)
tree0b8b92a3bfba0c9064968e582a45c69c6d22aebc /main/app.c
parent79817a9d39590aef86a8ca807d1065c8d1d5f447 (diff)
Formatting change ... testing
(issue #9828) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@67787 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 85105225c..32e36e9df 100644
--- a/main/app.c
+++ b/main/app.c
@@ -1067,7 +1067,7 @@ int ast_record_review(struct ast_channel *chan, const char *playfile, const char
/* Note that urgent and private are for flagging messages as such in the future */
/* barf if no pointer passed to store duration in */
- if (duration == NULL) {
+ if (!duration) {
ast_log(LOG_WARNING, "Error ast_record_review called without duration pointer\n");
return -1;
}