summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/fetchers/data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/fetchers/data.c b/content/fetchers/data.c
index 5ba021fd3..c1ea48d7d 100644
--- a/content/fetchers/data.c
+++ b/content/fetchers/data.c
@@ -138,8 +138,8 @@ static bool fetch_data_process(struct fetch_data_context *c)
{
nserror res;
fetch_msg msg;
- char *params;
- char *comma;
+ const char *params;
+ const char *comma;
char *unescaped;
size_t unescaped_len;