From: Kevin Day Date: Sat, 7 May 2022 00:26:19 +0000 (-0500) Subject: Cleanup: Remove extra space in Featureless Make help. X-Git-Tag: 0.5.10~162 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=1fa89e3f129e52c80098345a97f83a40efe103f7;p=fll Cleanup: Remove extra space in Featureless Make help. --- diff --git a/level_3/fake/c/fake.c b/level_3/fake/c/fake.c index aa25f60..7a7f6cb 100644 --- a/level_3/fake/c/fake.c +++ b/level_3/fake/c/fake.c @@ -69,7 +69,7 @@ extern "C" { fl_print_format(" For example, when a %[%r%]", file.stream, context.set.notable, fake_make_parameter_variable_mode_s, context.set.notable); fl_print_format(" of 'fll_monolithic' is specified, build libraries from both 'build_libraries' and 'build_libraries-fll_monolithic' are used (but not 'build_libraries-fll_level').%r%r", file.stream, f_string_eol_s, f_string_eol_s); - fl_print_format(" When specifying the %[%r%] or the %[%r%]", file.stream, context.set.notable, fake_make_parameter_variable_fakefile_s, context.set.notable, context.set.notable, fake_make_parameter_variable_settings_s, context.set.notable); + fl_print_format(" When specifying the %[%r%] or the %[%r%]", file.stream, context.set.notable, fake_make_parameter_variable_fakefile_s, context.set.notable, context.set.notable, fake_make_parameter_variable_settings_s, context.set.notable); fl_print_format(" parameters, the filenames are relative to the data build directory, unless a path is used.%r", file.stream, f_string_eol_s); fl_print_format(" For example, with '%[%r%r my_fakefile%]' the fakefile at", file.stream, context.set.notable, f_console_symbol_long_enable_s, fake_long_fakefile_s, context.set.notable);