Insert a space to allow C++ compilation

This commit is contained in:
Shmuel Zeigerman
2015-06-21 15:56:36 +03:00
parent 0a49849394
commit 814ff8feec
+1 -1
View File
@@ -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) {