diff --git a/src/config/color.c b/src/config/color.c index 86e4d656a7..693bfb8e82 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 };