diff options
| author | 2026-07-02 17:52:27 -0400 | |
|---|---|---|
| committer | 2026-07-02 17:52:27 -0400 | |
| commit | 34933b7e1d682e67702999270cd3ceec0e167316 (patch) | |
| tree | a6777f793fe658ad0facb85876e41cb66dbec2c2 /src/util/color_palette.c | |
| parent | ef3f687db0f53f026e808c4284e084255c9e9dd5 (diff) | |
| download | camu-34933b7e1d682e67702999270cd3ceec0e167316.tar.gz camu-34933b7e1d682e67702999270cd3ceec0e167316.tar.bz2 camu-34933b7e1d682e67702999270cd3ceec0e167316.zip | |
Update deps, build fixes, cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/util/color_palette.c')
| -rw-r--r-- | src/util/color_palette.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/color_palette.c b/src/util/color_palette.c index bd923e8..f12d1f8 100644 --- a/src/util/color_palette.c +++ b/src/util/color_palette.c @@ -34,7 +34,7 @@ static char *normal_colors[16] = { }; #endif -bool camu_color_palette_init(str *path) +bool camu_colors_maybe_init(str *path) { #ifdef NAUNET_HAS_JSON struct nn_file file; |