From 526603281fdb1ef0e6cad2eaf9ec944330108481 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 18 Jun 2023 09:02:46 -0500 Subject: [PATCH] Update: The macro macro_f_state_t_initialize_1 is out of date. I missed this in my resynchronize commit 176432f8289de183fd0e16f3b371686444b93d87. --- sources/c/remove/main/common/type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/c/remove/main/common/type.h b/sources/c/remove/main/common/type.h index b102e62..fde4a67 100644 --- a/sources/c/remove/main/common/type.h +++ b/sources/c/remove/main/common/type.h @@ -185,7 +185,7 @@ extern "C" { { \ kt_remove_main_flag_none_e, \ F_none, \ - macro_f_state_t_initialize_1(kt_remove_allocation_large_d, kt_remove_allocation_small_d, F_none, 0, 0, &fll_program_standard_signal_handle, 0, 0, 0), \ + macro_f_state_t_initialize_1(kt_remove_allocation_large_d, kt_remove_allocation_small_d, F_none, 0, 0, &fll_program_standard_signal_handle, 0, 0, 0, 0), \ f_string_dynamic_t_initialize, \ f_string_dynamics_t_initialize, \ kt_remove_dates_t_initialize, \ -- 1.8.3.1