summaryrefslogtreecommitdiff
path: root/main.c
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 /main.c
parent63e0ca5abac0f00121f724927c25edaf822097a9 (diff)
Added more const.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 9c906a6..c88eebe 100644
--- a/main.c
+++ b/main.c
@@ -382,7 +382,7 @@ int main(int argc, char *argv[])
xs *r = content_search(&snac, url, 1, 0, XS_ALL, 10, &to);
int c = 0;
- char *v;
+ const char *v;
/* print results as standalone links */
while (xs_list_next(r, &v, &c)) {