]> git.mdlowis.com Git - proto/labwc.git/commitdiff
rcxml: use const char* for string literals
authorJohn Lindgren <john@jlindgren.net>
Tue, 9 Sep 2025 00:10:42 +0000 (20:10 -0400)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 13 Sep 2025 11:06:52 +0000 (12:06 +0100)
src/config/rcxml.c

index 7473344122d6b824716bdd7f25b38c27be2ba5c7..aeeecc20048ac060b60ec67d027fbafbe2eda383 100644 (file)
@@ -178,7 +178,7 @@ clear_title_layout(void)
 }
 
 static void
-fill_title_layout(char *content)
+fill_title_layout(const char *content)
 {
        clear_title_layout();