aboutsummaryrefslogtreecommitdiff
path: root/plugins/style/style.c
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-06-17 00:40:05 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-06-17 00:40:05 -0600
commit5b1aab5e0c6239547b02bbfcde9107e0885299fa (patch)
tree879fff988a3489519919d1aa94ee88c88357812b /plugins/style/style.c
parent98f6d5630f6be4f955e308a5c1a91749f8cf7300 (diff)
time how long it takes to add the alert (negligible) + readme
Diffstat (limited to 'plugins/style/style.c')
-rw-r--r--plugins/style/style.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
-#define STYLE_N 3858 + 1
+#define STYLE_N 3943 + 1
void read_style_js(char* string)
{