diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 5f9a0fb..3136fb3 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -1575,7 +1575,7 @@ On the other side, you need to use a common Linda for waiting for multiple keys. | |||
1575 | 1575 | ||
1576 | <table border="1" bgcolor="#FFFFE0" cellpadding="10" style="width:50%"><tr><td><pre> | 1576 | <table border="1" bgcolor="#FFFFE0" cellpadding="10" style="width:50%"><tr><td><pre> |
1577 | // expects a C function on top of the source Lua stack | 1577 | // expects a C function on top of the source Lua stack |
1578 | copy_func(lua_State *dest, lua_State* source) | 1578 | copyFunction(lua_State *dest, lua_State* source) |
1579 | { | 1579 | { |
1580 | // fetch function 'name' from source lookup database | 1580 | // fetch function 'name' from source lookup database |
1581 | char const* funcname = lookup_func_name(source, -1); | 1581 | char const* funcname = lookup_func_name(source, -1); |