diff options
| author | 2024-05-23 10:01:37 +0200 | |
|---|---|---|
| committer | 2024-05-23 10:01:37 +0200 | |
| commit | 8cf7559a7e21c5757455b948814d61e6e96f08f1 (patch) | |
| tree | c9a9d6d637977f97ebfc83ba36ae794fe5f9d8c1 /main.c | |
| parent | Also return an application/ld+json object in webfinger. (diff) | |
| download | snac2-8cf7559a7e21c5757455b948814d61e6e96f08f1.tar.gz snac2-8cf7559a7e21c5757455b948814d61e6e96f08f1.tar.xz snac2-8cf7559a7e21c5757455b948814d61e6e96f08f1.zip | |
Added more const.
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -382,7 +382,7 @@ int main(int argc, char *argv[]) | |||
| 382 | xs *r = content_search(&snac, url, 1, 0, XS_ALL, 10, &to); | 382 | xs *r = content_search(&snac, url, 1, 0, XS_ALL, 10, &to); |
| 383 | 383 | ||
| 384 | int c = 0; | 384 | int c = 0; |
| 385 | char *v; | 385 | const char *v; |
| 386 | 386 | ||
| 387 | /* print results as standalone links */ | 387 | /* print results as standalone links */ |
| 388 | while (xs_list_next(r, &v, &c)) { | 388 | while (xs_list_next(r, &v, &c)) { |