# HG changeset patch # User jbe # Date 1428140554 -7200 # Node ID c488f2ea29aa8434e2a58200f92219af1ef55f96 # Parent 3d1f23f1dbc6711909e8edcb4b80348cc076a1f5 Fixed typo in moonbridge.c diff -r 3d1f23f1dbc6 -r c488f2ea29aa moonbridge.c --- a/moonbridge.c Sat Apr 04 05:10:05 2015 +0200 +++ b/moonbridge.c Sat Apr 04 11:42:34 2015 +0200 @@ -2900,7 +2900,7 @@ moonbr_terminate_error(); } lua_getfield(L, -1, "__index"); - eua_pushcfunction(L, moonbr_io_pending); + lua_pushcfunction(L, moonbr_io_pending); lua_setfield(L, -2, "pending"); lua_pushcfunction(L, moonbr_io_readuntil); lua_setfield(L, -2, "readuntil");