summaryrefslogtreecommitdiff
path: root/doc/ext_ffi.html
diff options
context:
space:
mode:
authorMike Pall <mike>2011-02-10 03:10:38 +0100
committerMike Pall <mike>2011-02-10 03:10:38 +0100
commita7ab6b2dc920e76d0cebd577e77bf3a043e3867d (patch)
treec3bc1785c0b958ef9fb83a6c977f84ca626a6c97 /doc/ext_ffi.html
parent24c314e8fcfb3d12ea05c1f9bf7add40d24ae0cd (diff)
downloadluajit2-a7ab6b2dc920e76d0cebd577e77bf3a043e3867d.tar.gz
Fix various HTML errors in the docs.
Diffstat (limited to 'doc/ext_ffi.html')
-rw-r--r--doc/ext_ffi.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html
index f496b51b..50a44052 100644
--- a/doc/ext_ffi.html
+++ b/doc/ext_ffi.html
@@ -138,7 +138,7 @@ the proper path, add Lua code that loads the module aaaand ... finally
call the binding function. Phew!
</p>
-<h2 id="call">Motivating Example: Using C Data Structures</h2>
+<h2 id="cdata">Motivating Example: Using C Data Structures</h2>
<p>
The FFI library allows you to create and access C&nbsp;data
structures. Of course the main use for this is for interfacing with