From 5a0f900569f421422bd7511a45c7346c7668e710 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 4 May 2026 23:03:22 +0200 Subject: global: fix libc constness warnings Signed-off-by: Jason A. Donenfeld --- filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter.c') diff --git a/filter.c b/filter.c index cb01d32..c778d05 100644 --- a/filter.c +++ b/filter.c @@ -402,7 +402,7 @@ static const struct { struct cgit_filter *cgit_new_filter(const char *cmd, filter_type filtertype) { - char *colon; + const char *colon; int i; size_t len; int argument_count; -- cgit v1.2.3