mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Make another formatting change ... testing mantis/svn stuff
(issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67782 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -540,7 +540,7 @@ static int __ast_play_and_record(struct ast_channel *chan, const char *playfile,
|
|||||||
maxsilence = global_maxsilence;
|
maxsilence = global_maxsilence;
|
||||||
|
|
||||||
/* barf if no pointer passed to store duration in */
|
/* 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");
|
ast_log(LOG_WARNING, "Error play_and_record called without duration pointer\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user