From f2535db66f58272ee93441c1955b0871dd38bf25 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 28 Nov 2023 16:31:14 +0000 Subject: recompute after changing style --- plugins/style/style.c | 2 +- plugins/style/style.h | 2 +- rose | Bin 43280 -> 43280 bytes 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/style/style.c b/plugins/style/style.c index baaaaa8..efa6b9a 100644 --- a/plugins/style/style.c +++ b/plugins/style/style.c @@ -1,7 +1,7 @@ #include #include #include -#define STYLE_N 6715 + 1000 +#define STYLE_N 6894 + 1000 void read_style_js(char* string) { diff --git a/plugins/style/style.h b/plugins/style/style.h index 0e7fb5d..5c22e87 100644 --- a/plugins/style/style.h +++ b/plugins/style/style.h @@ -1,7 +1,7 @@ #ifndef STYLE #define STYLE -#define STYLE_N 6715 + 1000 +#define STYLE_N 6894 + 1000 void read_style_js(char* string); diff --git a/rose b/rose index 4876a35..30d1e1a 100755 Binary files a/rose and b/rose differ -- cgit v1.2.3