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;