mirror of
https://github.com/vxcontrol/lualibs-lrexlib.git
synced 2026-07-01 09:25:08 -04:00
Insert a space to allow C++ compilation
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ static void check_pattern (lua_State *L, int pos, TArgComp *argC)
|
||||
argC->ud = NULL;
|
||||
}
|
||||
else if ((argC->ud = test_ud (L, pos)) == NULL)
|
||||
luaL_typerror(L, pos, "string or "REX_TYPENAME);
|
||||
luaL_typerror(L, pos, "string or " REX_TYPENAME);
|
||||
}
|
||||
|
||||
static void checkarg_new (lua_State *L, TArgComp *argC) {
|
||||
|
||||
Reference in New Issue
Block a user