diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-12-26 05:01:43 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2009-12-26 05:01:43 +0000 |
commit | 2c57b1613470962ad6bc1519b6035738b72f5f6b (patch) | |
tree | 53bbf6d2b46837b556a691a9c41502a0df8961d8 /libffi/man | |
parent | c4205f77f3c342d9ab243baee0ce4a1003f7c23d (diff) | |
download | gcc-2c57b1613470962ad6bc1519b6035738b72f5f6b.zip gcc-2c57b1613470962ad6bc1519b6035738b72f5f6b.tar.gz gcc-2c57b1613470962ad6bc1519b6035738b72f5f6b.tar.bz2 |
Fix libffi docs
From-SVN: r155471
Diffstat (limited to 'libffi/man')
-rw-r--r-- | libffi/man/ffi_call.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/man/ffi_call.3 b/libffi/man/ffi_call.3 index 0b692c5..5351513 100644 --- a/libffi/man/ffi_call.3 +++ b/libffi/man/ffi_call.3 @@ -43,7 +43,7 @@ integral type must be used to hold the return value. .Sh EXAMPLES .Bd -literal -#include <ffi/ffi.h> +#include <ffi.h> #include <stdio.h> unsigned char |