From 5e18ded83d5424390dde05d05ae921f0161d8a44 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sat, 12 Aug 2023 10:54:16 +0200 Subject: [PATCH] Fix tag 7 label --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index b963958..1040e88 100644 --- a/config.h +++ b/config.h @@ -43,7 +43,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7 ", "8", "9"}; +static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9"}; static const char *tags0[] = { "\uF269", "\uf121", "\uf001", "\uf075", "\uF1B2", "\uF10C", "\uF1B6", "\uf17a", "\uf0ad"}; static const Rule rules[] = {