aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lauxlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lauxlib.c b/lauxlib.c
index 09d72f18..d71763fb 100644
--- a/lauxlib.c
+++ b/lauxlib.c
@@ -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];