From: John Lindgren Date: Tue, 9 Sep 2025 00:10:42 +0000 (-0400) Subject: rcxml: use const char* for string literals X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=5ce20b2b958df6638752f0579eba06b5a95449fd;p=proto%2Flabwc.git rcxml: use const char* for string literals --- 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();