summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2015-10-11 10:54:22 -0400
committerAnthony Green <green@moxielogic.com>2015-10-11 10:54:22 -0400
commitd19b6cc78e956e7ffd48b39fd7c441c22e633ce2 (patch)
tree779db383decb617fc423b5bb4b295d8db4732de4 /doc
parent17ffc3655a531c116e9eb9cc933e50bb1e5c47f8 (diff)
parent36f3fb91412a6f10bd2c6dde01f4d7afa1f2f2c0 (diff)
downloadlibffi-d19b6cc78e956e7ffd48b39fd7c441c22e633ce2.tar.gz
Merge pull request #201 from tromey/fix-texinfo-buglet
Add missing "@" to @var{}
Diffstat (limited to 'doc')
-rw-r--r--doc/libffi.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libffi.texi b/doc/libffi.texi
index b9887a8..054fdb7 100644
--- a/doc/libffi.texi
+++ b/doc/libffi.texi
@@ -152,7 +152,7 @@ If the function being called is variadic (varargs) then
@code{ffi_prep_cif_var} must be used instead of @code{ffi_prep_cif}.
@findex ffi_prep_cif_var
-@defun ffi_status ffi_prep_cif_var (ffi_cif *@var{cif}, ffi_abi var{abi}, unsigned int @var{nfixedargs}, unsigned int var{ntotalargs}, ffi_type *@var{rtype}, ffi_type **@var{argtypes})
+@defun ffi_status ffi_prep_cif_var (ffi_cif *@var{cif}, ffi_abi @var{abi}, unsigned int @var{nfixedargs}, unsigned int @var{ntotalargs}, ffi_type *@var{rtype}, ffi_type **@var{argtypes})
This initializes @var{cif} according to the given parameters for
a call to a variadic function. In general it's operation is the
same as for @code{ffi_prep_cif} except that: