diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-08-08 09:25:23 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-08-08 09:25:23 +0200 |
commit | 189bf940342ebf23b15c7f2dfd27d8a4692b34fc (patch) | |
tree | e574f6d51c5f8950362b39399468169bea564585 /hex.c | |
parent | 3071db8e19241229ffa384058f07b34919664615 (diff) | |
download | hex-master.tar.gz hex-master.tar.xz hex-master.zip |
Bump libertyHEADorigin/mastermaster
Diffstat (limited to 'hex.c')
-rw-r--r-- | hex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ g; // --- Configuration ----------------------------------------------------------- -static struct config_schema g_config_colors[] = +static const struct config_schema g_config_colors[] = { #define XX(name_, config, fg_, bg_, attrs_) \ { .name = config, .type = CONFIG_ITEM_STRING }, |