From a4c92033a20a57678872201301b9e71385dbc704 Mon Sep 17 00:00:00 2001 From: Sudhakar Verma Date: Fri, 26 Jul 2024 23:05:24 +0530 Subject: [PATCH] sysprof: fix color array initialization --- src/sysprof/sysprof-color-iter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysprof/sysprof-color-iter.c b/src/sysprof/sysprof-color-iter.c index 051184a1..8e66a853 100644 --- a/src/sysprof/sysprof-color-iter.c +++ b/src/sysprof/sysprof-color-iter.c @@ -37,7 +37,7 @@ sysprof_color_iter_init (SysprofColorIter *iter) "#9141ac", "#e5a50a", "#63452c", - "#ffbe6f" + "#ffbe6f", "#613583", "#9a9996", "#ed333b",