aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lauxlib.c')
-rw-r--r--lauxlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lauxlib.c b/lauxlib.c
index 634c85cd..1f786e15 100644
--- a/lauxlib.c
+++ b/lauxlib.c
@@ -1044,7 +1044,7 @@ static void *l_alloc (void *ud, void *ptr, size_t osize, size_t nsize) {
1044 1044
1045 1045
1046/* 1046/*
1047** Standard panic funcion just prints an error message. The test 1047** Standard panic function just prints an error message. The test
1048** with 'lua_type' avoids possible memory errors in 'lua_tostring'. 1048** with 'lua_type' avoids possible memory errors in 'lua_tostring'.
1049*/ 1049*/
1050static int panic (lua_State *L) { 1050static int panic (lua_State *L) {