From: Kevin Day Date: Thu, 11 Aug 2022 03:47:32 +0000 (-0500) Subject: Cleanup: Fix comment regarding endif. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=f2dd98062aa33f09b813c3e178134c891667a507;p=fll Cleanup: Fix comment regarding endif. --- diff --git a/level_0/f_color/c/color/common.h b/level_0/f_color/c/color/common.h index 4fd289a..d94073d 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.