mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
semicolon ere
This commit is contained in:
@@ -12,7 +12,7 @@ GLOBAL_REAL_VAR(list/__auxtools_initialized)
|
||||
|
||||
#define AUXTOOLS_CHECK(LIB)\
|
||||
if (!islist(__auxtools_initialized)) {\
|
||||
__auxtools_initialized = list()\
|
||||
__auxtools_initialized = list();\
|
||||
}\
|
||||
if (!__auxtools_initialized[LIB]) {\
|
||||
if (fexists(LIB)) {\
|
||||
|
||||
Reference in New Issue
Block a user