From f2dd98062aa33f09b813c3e178134c891667a507 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 10 Aug 2022 22:47:32 -0500 Subject: [PATCH] Cleanup: Fix comment regarding endif. --- 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 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. -- 1.8.3.1