summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/ctypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_ctypes/ctypes.h')
-rw-r--r--Modules/_ctypes/ctypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ctypes/ctypes.h b/Modules/_ctypes/ctypes.h
index 5df9943d26..52f6065685 100644
--- a/Modules/_ctypes/ctypes.h
+++ b/Modules/_ctypes/ctypes.h
@@ -58,7 +58,7 @@ typedef struct {
PyObject *callable;
SETFUNC setfunc;
ffi_type *restype;
- ffi_type *atypes[0];
+ ffi_type *atypes[1];
} ffi_info;
typedef struct {