1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00
This commit is contained in:
Roberto Ierusalimschy
2002-02-14 19:41:53 -02:00
parent bee86e23be
commit b3ffaca638
+1 -1
View File
@@ -27,7 +27,7 @@ LUALIB_API const char *luaL_errstr (int errcode) {
"run-time error",
"cannot open file",
"syntax error",
"memory allocation error",
"not enough memory",
"error in error handling"
};
return errstr[errcode];