summaryrefslogtreecommitdiff
path: root/funcs/func_math.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-01-06 00:13:33 +0000
committerKevin P. Fleming <kpfleming@digium.com>2007-01-06 00:13:33 +0000
commit37182c873e93244ae1181130be60e0de2b209ed4 (patch)
tree774e467428b4c8e37cd6b282ee0b287d0e10b525 /funcs/func_math.c
parent4a6ed271f505fcc027cc94a92737f29f83aff153 (diff)
finish const-ifying ast_func_read()
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49741 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs/func_math.c')
-rw-r--r--funcs/func_math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_math.c b/funcs/func_math.c
index b06a6b2f6..4dbfac802 100644
--- a/funcs/func_math.c
+++ b/funcs/func_math.c
@@ -65,7 +65,7 @@ enum TypeOfResult {
CHAR_RESULT
};
-static int math(struct ast_channel *chan, char *cmd, char *parse,
+static int math(struct ast_channel *chan, const char *cmd, char *parse,
char *buf, size_t len)
{
float fnum1;