Browse Source

details

v5-2
Roberto Ierusalimschy 23 years ago
parent
commit
b3ffaca638
  1. 2
      lauxlib.c

2
lauxlib.c

@ -27,7 +27,7 @@ LUALIB_API const char *luaL_errstr (int errcode) {
"run-time error", "run-time error",
"cannot open file", "cannot open file",
"syntax error", "syntax error",
"memory allocation error", "not enough memory",
"error in error handling" "error in error handling"
}; };
return errstr[errcode]; return errstr[errcode];

Loading…
Cancel
Save