diff options
-rw-r--r-- | lauxlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ LUALIB_API const char *luaL_errstr (int errcode) { | |||
27 | "run-time error", | 27 | "run-time error", |
28 | "cannot open file", | 28 | "cannot open file", |
29 | "syntax error", | 29 | "syntax error", |
30 | "memory allocation error", | 30 | "not enough memory", |
31 | "error in error handling" | 31 | "error in error handling" |
32 | }; | 32 | }; |
33 | return errstr[errcode]; | 33 | return errstr[errcode]; |