From 3a4e86f4f7bcf78513bcdd3981f46ba2d269ef0d Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 1 May 2020 23:22:48 -0500 Subject: [PATCH] Cleanup: remove spurious name in typedef struct declaration --- level_0/f_color/c/color.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_0/f_color/c/color.h b/level_0/f_color/c/color.h index cff1510..59e7311 100644 --- a/level_0/f_color/c/color.h +++ b/level_0/f_color/c/color.h @@ -36,7 +36,7 @@ extern "C" { * instead, they are intended to only point to existing data, so these should neither be allocated nor deallocated. */ #ifndef _di_f_color_control_ - typedef struct f_color_control { + typedef struct { const int8_t *blink; const int8_t *bold; const int8_t *conceal; -- 1.8.3.1