summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-06-06 19:03:14 +0000
committerRussell Bryant <russell@russellbryant.com>2007-06-06 19:03:14 +0000
commit37816c5dd0d8796a897a57901aec13b849ec09a6 (patch)
tree0b8b92a3bfba0c9064968e582a45c69c6d22aebc /main
parente156297c114ef71856eb99fc8401fadb4405ef6b (diff)
Formatting change ... testing
(issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67787 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-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;
}