]> Kevux Git Server - fll/commitdiff
Cleanup: remove spurious name in typedef struct declaration
authorKevin Day <thekevinday@gmail.com>
Sat, 2 May 2020 04:22:48 +0000 (23:22 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 2 May 2020 04:22:48 +0000 (23:22 -0500)
level_0/f_color/c/color.h

index cff15108629fa2a3355ab495f9c1eac7a8f1935d..59e7311ec83a301fa0db4ce0d746e13de2dcb607 100644 (file)
@@ -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;