diff options
author | Mike Pall <mike> | 2011-02-10 03:10:38 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-02-10 03:10:38 +0100 |
commit | a7ab6b2dc920e76d0cebd577e77bf3a043e3867d (patch) | |
tree | c3bc1785c0b958ef9fb83a6c977f84ca626a6c97 /doc/ext_ffi.html | |
parent | 24c314e8fcfb3d12ea05c1f9bf7add40d24ae0cd (diff) | |
download | luajit-a7ab6b2dc920e76d0cebd577e77bf3a043e3867d.tar.gz luajit-a7ab6b2dc920e76d0cebd577e77bf3a043e3867d.tar.bz2 luajit-a7ab6b2dc920e76d0cebd577e77bf3a043e3867d.zip |
Fix various HTML errors in the docs.
Diffstat (limited to 'doc/ext_ffi.html')
-rw-r--r-- | doc/ext_ffi.html | 2 |
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 | |||
138 | call the binding function. Phew! | 138 | call the binding function. Phew! |
139 | </p> | 139 | </p> |
140 | 140 | ||
141 | <h2 id="call">Motivating Example: Using C Data Structures</h2> | 141 | <h2 id="cdata">Motivating Example: Using C Data Structures</h2> |
142 | <p> | 142 | <p> |
143 | The FFI library allows you to create and access C data | 143 | The FFI library allows you to create and access C data |
144 | structures. Of course the main use for this is for interfacing with | 144 | structures. Of course the main use for this is for interfacing with |