From 5ce20b2b958df6638752f0579eba06b5a95449fd Mon Sep 17 00:00:00 2001 From: John Lindgren Date: Mon, 8 Sep 2025 20:10:42 -0400 Subject: [PATCH] rcxml: use const char* for string literals --- src/config/rcxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/rcxml.c b/src/config/rcxml.c index 74733441..aeeecc20 100644 --- a/src/config/rcxml.c +++ b/src/config/rcxml.c @@ -178,7 +178,7 @@ clear_title_layout(void) } static void -fill_title_layout(char *content) +fill_title_layout(const char *content) { clear_title_layout(); -- 2.52.0