From 0ee6d667e482b9a741ad843c791eadf5441b10bc Mon Sep 17 00:00:00 2001 From: Vadim Vetrov Date: Tue, 29 Oct 2024 00:12:27 +0300 Subject: [PATCH] Fix starting logs --- args.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/args.c b/args.c index 5fd0fb2..5d28cd7 100644 --- a/args.c +++ b/args.c @@ -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);