diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-22 07:48:49 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-22 07:48:49 -0300 |
commit | 5c56652e871a435aa22a297d6d443e6f32cfdff0 (patch) | |
tree | 3501e56d3f8f2f2a82421c27142f05122ba3759f /plugins/style | |
parent | 38eee1eb4459b5b4ec2397e888f17a970f22e31f (diff) |
refactor toggle bar code.
Diffstat (limited to 'plugins/style')
-rw-r--r-- | plugins/style/style.c | 2 | ||||
-rw-r--r-- | plugins/style/style.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/style/style.c b/plugins/style/style.c index a99bd78..d10c2e8 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 7274 + 1000 +#define STYLE_N 7624 + 1000 void read_style_js(char* string) { diff --git a/plugins/style/style.h b/plugins/style/style.h index e2751ec..1faab7a 100644 --- a/plugins/style/style.h +++ b/plugins/style/style.h @@ -1,7 +1,7 @@ #ifndef STYLE #define STYLE -#define STYLE_N 7274 + 1000 +#define STYLE_N 7624 + 1000 void read_style_js(char* string); |