chore: reduce debt with const values

This commit is contained in:
2025-11-10 16:29:11 +01:00
parent 1c737f4ac6
commit 5532cbf53e
20 changed files with 123 additions and 104 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ static void parse_config_file_line(const ConfigFile *config, char *line) {
hashmap_set(config->map, &item);
}
void config_file_read(ConfigFile *config, char *path) {
void config_file_read(ConfigFile *config, const char *path) {
File file;
char *line;
char *rest;