semicolon ere

This commit is contained in:
Katherine Kiefer
2022-10-04 12:27:22 +11:00
parent 6d6ecbd173
commit b1b407df07

View File

@@ -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)) {\