summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-19 06:43:41 -0400
committerAnthony Green <green@moxielogic.com>2022-09-19 06:43:41 -0400
commit598ea692b81ac8116bd9907d2b498c16fc92bde7 (patch)
treec18802fb1ad6c6562f67f76106e52933f381a91f /include
parentfc6b939066f211b99eed3c8111e446ec95d51ca6 (diff)
downloadlibffi-598ea692b81ac8116bd9907d2b498c16fc92bde7.tar.gz
Clean ups, preparing for new release
Diffstat (limited to 'include')
-rw-r--r--include/ffi.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ffi.h.in b/include/ffi.h.in
index 0aa5b61..8a4d927 100644
--- a/include/ffi.h.in
+++ b/include/ffi.h.in
@@ -1,6 +1,6 @@
/* -----------------------------------------------------------------*-C-*-
libffi @VERSION@
- - Copyright (c) 2011, 2014, 2019, 2021 Anthony Green
+ - Copyright (c) 2011, 2014, 2019, 2021, 2022 Anthony Green
- Copyright (c) 1996-2003, 2007, 2008 Red Hat, Inc.
Permission is hereby granted, free of charge, to any person
@@ -388,7 +388,7 @@ ffi_prep_closure_loc (ffi_closure*,
ffi_cif *,
void (*fun)(ffi_cif*,void*,void**,void*),
void *user_data,
- void*codeloc);
+ void *codeloc);
#ifdef __sgi
# pragma pack 8