Merge pull request #3676 from Tarnyko/master
[project/luci.git] / libs / luci-lib-nixio / src / io.c
index 12d5c7df4529661b9869ebbd0e514a255e5d6331..a3b800e99631f2af5ba2b1ca1fc947fae8cb9e0b 100644 (file)
@@ -208,7 +208,7 @@ static int nixio_sock_recvfrom(lua_State *L) {
 
 
 /* module table */
-static const luaL_reg M[] = {
+static const luaL_Reg M[] = {
        {"send",        nixio_sock_send},
        {"sendto",      nixio_sock_sendto},
        {"recv",        nixio_sock_recv},