recompute after changing style

This commit is contained in:
NunoSempere 2023-11-28 16:31:14 +00:00
parent a2c465f504
commit f2535db66f
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#define STYLE_N 6715 + 1000 #define STYLE_N 6894 + 1000
void read_style_js(char* string) void read_style_js(char* string)
{ {

View File

@ -1,7 +1,7 @@
#ifndef STYLE #ifndef STYLE
#define STYLE #define STYLE
#define STYLE_N 6715 + 1000 #define STYLE_N 6894 + 1000
void read_style_js(char* string); void read_style_js(char* string);

BIN
rose

Binary file not shown.