From 769b7870a5473e0076499a33906949a56db52986 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 13 Jan 2023 23:00:05 -0600 Subject: [PATCH] Cleanup: Remove extra underscore in _di_f_color_context_t_. --- level_0/f_color/c/color/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_0/f_color/c/color/common.h b/level_0/f_color/c/color/common.h index d3103cb..72d6840 100644 --- a/level_0/f_color/c/color/common.h +++ b/level_0/f_color/c/color/common.h @@ -846,7 +846,7 @@ extern "C" { macro_f_string_dynamic_t_destroy_simple(context.title, size) \ macro_f_string_dynamic_t_destroy_simple(context.warning, size) \ macro_f_color_context_t_clear(context) -#endif // _di_f_color__context_t_ +#endif // _di_f_color_context_t_ /** * Delete any dynamic allocated data on the color context object. -- 1.8.3.1