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