From e9eec36b47fb1d62342840519f0995c97c8b2aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E9=A3=8E?= Date: Wed, 4 Sep 2013 19:57:04 +0800 Subject: [PATCH] fix typo --- lualib-src/lua-socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lualib-src/lua-socket.c b/lualib-src/lua-socket.c index 72992e44..b46bb883 100644 --- a/lualib-src/lua-socket.c +++ b/lualib-src/lua-socket.c @@ -59,7 +59,7 @@ lnewpool(lua_State *L, int sz) { } lua_setmetatable(L, -2); return 1; -}; +} static int lnewbuffer(lua_State *L) {