aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_strings.c b/funcs/func_strings.c
index 582691c99..dd9431349 100644
--- a/funcs/func_strings.c
+++ b/funcs/func_strings.c
@@ -422,7 +422,7 @@ static struct ast_custom_function quote_function = {
.read = quote,
};
-static int csv_quote(struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t len)
+static int csv_quote(struct ast_channel *chan, char *cmd, char *data, char *buf, size_t len)
{
char *bufptr = buf, *dataptr = data;