moonbridge

changeset 67:c488f2ea29aa

Fixed typo in moonbridge.c
author jbe
date Sat Apr 04 11:42:34 2015 +0200 (2015-04-04)
parents 3d1f23f1dbc6
children ad06fc76906a
files moonbridge.c
line diff
     1.1 --- a/moonbridge.c	Sat Apr 04 05:10:05 2015 +0200
     1.2 +++ b/moonbridge.c	Sat Apr 04 11:42:34 2015 +0200
     1.3 @@ -2900,7 +2900,7 @@
     1.4        moonbr_terminate_error();
     1.5      }
     1.6      lua_getfield(L, -1, "__index");
     1.7 -    eua_pushcfunction(L, moonbr_io_pending);
     1.8 +    lua_pushcfunction(L, moonbr_io_pending);
     1.9      lua_setfield(L, -2, "pending");
    1.10      lua_pushcfunction(L, moonbr_io_readuntil);
    1.11      lua_setfield(L, -2, "readuntil");

Impressum / About Us