mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
Formatting change ... testing
(issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67787 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user