From 5b1aab5e0c6239547b02bbfcde9107e0885299fa Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 17 Jun 2023 00:40:05 -0600 Subject: time how long it takes to add the alert (negligible) + readme --- plugins/style/style.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/style/style.c') diff --git a/plugins/style/style.c b/plugins/style/style.c index 7f0d3e4..97e5bf9 100644 --- a/plugins/style/style.c +++ b/plugins/style/style.c @@ -1,7 +1,7 @@ #include #include #include -#define STYLE_N 3858 + 1 +#define STYLE_N 3943 + 1 void read_style_js(char* string) { -- cgit v1.2.3