diff options
-rw-r--r-- | src/config/color.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/color.c b/src/config/color.c index 86e4d656..693bfb8e 100644 --- a/src/config/color.c +++ b/src/config/color.c @@ -59,7 +59,7 @@ static struct color_pair_cache struct { int16_t fg, bg; - }* pairs; + } * pairs; int size; int capacity; } cache = { 0 }; |