From 83cff595cfd1efad8135f691777c4986fc3ae45b Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 7 Apr 2022 20:20:43 -0500 Subject: [PATCH] Cleanup: Add missing closing quote. --- level_3/fake/c/private-clean.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_3/fake/c/private-clean.c b/level_3/fake/c/private-clean.c index 76a2c84..af99fd6 100644 --- a/level_3/fake/c/private-clean.c +++ b/level_3/fake/c/private-clean.c @@ -18,7 +18,7 @@ extern "C" { fl_print_format("%r%[Deleting all files within build directory '%]", data->main->output.to.stream, f_string_eol_s, data->main->context.set.important, data->main->context.set.important); fl_print_format("%[%Q%]", data->main->output.to.stream, data->main->context.set.notable, data->path_build, data->main->context.set.notable); - fl_print_format("%[.%]%r", data->main->output.to.stream, data->main->context.set.important, data->main->context.set.important, f_string_eol_s); + fl_print_format("%['.%]%r", data->main->output.to.stream, data->main->context.set.important, data->main->context.set.important, f_string_eol_s); funlockfile(data->main->output.to.stream); } -- 1.8.3.1