diff options
author | Anthony Green <green@moxielogic.com> | 2013-03-16 08:12:38 -0400 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2013-03-16 08:12:38 -0400 |
commit | 675c9839224e4268187f1ec6f512127f9db555d0 (patch) | |
tree | 58b51721ba8a792aaf60f0c83f78717bd08fe7f0 /doc | |
parent | 8a286f570ccd41db81f74ea7f248da62241d898a (diff) | |
download | libffi-675c9839224e4268187f1ec6f512127f9db555d0.tar.gz |
Documentation fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libffi.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libffi.texi b/doc/libffi.texi index f0e6517..5c0552b 100644 --- a/doc/libffi.texi +++ b/doc/libffi.texi @@ -360,7 +360,7 @@ You must first describe the structure to @samp{libffi} by creating a new @code{ffi_type} object for it. @tindex ffi_type -@deftp ffi_type +@deftp {Data type} ffi_type The @code{ffi_type} has the following members: @table @code @item size_t size |