From a7ab6b2dc920e76d0cebd577e77bf3a043e3867d Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Thu, 10 Feb 2011 03:10:38 +0100 Subject: Fix various HTML errors in the docs. --- doc/ext_ffi.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ext_ffi.html') 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!

-

Motivating Example: Using C Data Structures

+

Motivating Example: Using C Data Structures

The FFI library allows you to create and access C data structures. Of course the main use for this is for interfacing with -- cgit v1.2.3-55-g6feb