summaryrefslogtreecommitdiff
path: root/xs_url.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-05-23 10:01:37 +0200
committerdefault <nobody@localhost>2024-05-23 10:01:37 +0200
commit8cf7559a7e21c5757455b948814d61e6e96f08f1 (patch)
treec9a9d6d637977f97ebfc83ba36ae794fe5f9d8c1 /xs_url.h
parent63e0ca5abac0f00121f724927c25edaf822097a9 (diff)
Added more const.
Diffstat (limited to 'xs_url.h')
-rw-r--r--xs_url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs_url.h b/xs_url.h
index 69313b6..488a65f 100644
--- a/xs_url.h
+++ b/xs_url.h
@@ -52,7 +52,7 @@ xs_dict *xs_url_vars(const char *str)
xs *args = xs_split(str, "&");
xs_list *l;
- xs_val *v;
+ const xs_val *v;
l = args;
while (xs_list_iter(&l, &v)) {