aboutsummaryrefslogtreecommitdiff
path: root/liolib.c
diff options
context:
space:
mode:
Diffstat (limited to 'liolib.c')
-rw-r--r--liolib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liolib.c b/liolib.c
index b08397da..6879a603 100644
--- a/liolib.c
+++ b/liolib.c
@@ -773,7 +773,7 @@ static const luaL_Reg meth[] = {
773** metamethods for file handles 773** metamethods for file handles
774*/ 774*/
775static const luaL_Reg metameth[] = { 775static const luaL_Reg metameth[] = {
776 {"__index", NULL}, /* place holder */ 776 {"__index", NULL}, /* placeholder */
777 {"__gc", f_gc}, 777 {"__gc", f_gc},
778 {"__close", f_gc}, 778 {"__close", f_gc},
779 {"__tostring", f_tostring}, 779 {"__tostring", f_tostring},