aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-11 16:53:51 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-11 16:53:51 +0200
commitf832d198579998dbc56d56944e0a69ff5e4ec307 (patch)
tree05c0bdc2060ddb627f693a81e04416703b06f27e /docs
parentfcc9a37e2e389ff1c58cbab4afd76eacc502d834 (diff)
downloadlanes-f832d198579998dbc56d56944e0a69ff5e4ec307.tar.gz
lanes-f832d198579998dbc56d56944e0a69ff5e4ec307.tar.bz2
lanes-f832d198579998dbc56d56944e0a69ff5e4ec307.zip
More application of the coding rules
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
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);