diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-16 07:57:32 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-16 07:57:32 -0300 |
commit | af4184c66437e774aeffb9e552df607ee5ea8afc (patch) | |
tree | a6054d359fbae20e52c6c5d21db988ff9b641f96 /plugins/style | |
parent | 8a091dd1bff59bc7baa53da59666e2a5baece943 (diff) |
tweaks personal usage
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 90975de..bd40f6d 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 7265 + 1000 +#define STYLE_N 7275 + 1000 void read_style_js(char* string) { diff --git a/plugins/style/style.h b/plugins/style/style.h index da1c4af..c8caac6 100644 --- a/plugins/style/style.h +++ b/plugins/style/style.h @@ -1,7 +1,7 @@ #ifndef STYLE #define STYLE -#define STYLE_N 7265 + 1000 +#define STYLE_N 7275 + 1000 void read_style_js(char* string); |