aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-02-14 19:41:53 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-02-14 19:41:53 -0200
commitb3ffaca6381cb5520721af13fff558d3b27d3a36 (patch)
tree35ab9acab4e5805a120da3088e8ea6f76e30a6b2
parentbee86e23be69f9c009fd4ae57ba894f944c0952b (diff)
downloadlua-b3ffaca6381cb5520721af13fff558d3b27d3a36.tar.gz
lua-b3ffaca6381cb5520721af13fff558d3b27d3a36.tar.bz2
lua-b3ffaca6381cb5520721af13fff558d3b27d3a36.zip
details
-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];