Skip to content
Snippets Groups Projects
Commit 88ea13f0 authored by Josh Roberson's avatar Josh Roberson
Browse files

Fix description text for IF function. (Bug #4966)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6336 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 3b12e184
Branches
Tags
No related merge requests found
......@@ -94,7 +94,7 @@ static char *builtin_function_if(struct ast_channel *chan, char *cmd, char *data
iffalse = data;
if (!expr || ast_strlen_zero(expr) || !(iftrue || iffalse)) {
ast_log(LOG_WARNING, "Syntax IF(<timespec>?[<true>][:<false>])\n");
ast_log(LOG_WARNING, "Syntax IF(<expr>?[<true>][:<false>])\n");
return NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment