Fix starting logs

This commit is contained in:
Vadim Vetrov 2024-10-29 00:12:27 +03:00
parent aa96769559
commit 0ee6d667e4
No known key found for this signature in database
GPG Key ID: E8A308689D7A73A5

2
args.c
View File

@ -477,7 +477,7 @@ void print_welcome() {
}
printf("Detected %d config sections\n", config.custom_configs_len + 1);
printf("The sections will be processed in ordred they goes in this output");
printf("The sections will be processed in ordred they goes in this output\n");
ITER_CONFIG_SECTIONS(section) {
int section_number = CONFIG_SECTION_NUMBER(section);