small style tweak

This commit is contained in:
NunoSempere 2024-10-15 11:21:35 +02:00
parent 1438d3037a
commit 9136ab2565
2 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 9224 + 1000 #define STYLE_N 9278 + 1000
void read_style_js(char* string) void read_style_js(char* string)
{ {

View File

@ -1,5 +1,5 @@
#pragma once #pragma once
#define STYLE_N 9224 + 1000 #define STYLE_N 9278 + 1000
void read_style_js(char* string); void read_style_js(char* string);