From: Kevin Day Date: Sat, 2 May 2020 04:22:48 +0000 (-0500) Subject: Cleanup: remove spurious name in typedef struct declaration X-Git-Tag: 0.5.0~304 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=3a4e86f4f7bcf78513bcdd3981f46ba2d269ef0d;p=fll Cleanup: remove spurious name in typedef struct declaration --- 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;