From: Russell Bryant Date: Wed, 6 Jun 2007 19:03:14 +0000 (+0000) Subject: Formatting change ... testing X-Git-Tag: 1.6.0-beta1~3^2~2464 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37816c5dd0d8796a897a57901aec13b849ec09a6;p=thirdparty%2Fasterisk.git Formatting change ... testing (issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67787 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/app.c b/main/app.c index 85105225cd..32e36e9dfb 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; }