From: Kevin Day Date: Sat, 14 Jan 2023 05:00:05 +0000 (-0600) Subject: Cleanup: Remove extra underscore in _di_f_color_context_t_. X-Git-Tag: 0.6.3~6 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=769b7870a5473e0076499a33906949a56db52986;p=fll Cleanup: Remove extra underscore in _di_f_color_context_t_. --- 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.