aboutsummaryrefslogtreecommitdiff
path: root/src/tp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/tp.lua')
-rw-r--r--src/tp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tp.lua b/src/tp.lua
index 5fd8d22..46f7f64 100644
--- a/src/tp.lua
+++ b/src/tp.lua
@@ -106,7 +106,7 @@ end
106-- closes the underlying c 106-- closes the underlying c
107function metat.__index:close() 107function metat.__index:close()
108 self.c:close() 108 self.c:close()
109 return 1 109 return 1
110end 110end
111 111
112-- connect with server and return c object 112-- connect with server and return c object