diff options
Diffstat (limited to 'ext/XS')
-rw-r--r-- | ext/XS/Typemap/Typemap.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS/Typemap/Typemap.xs b/ext/XS/Typemap/Typemap.xs index d0d79d3f0e..7c24c447c1 100644 --- a/ext/XS/Typemap/Typemap.xs +++ b/ext/XS/Typemap/Typemap.xs @@ -632,7 +632,7 @@ T_OPAQUE_array( a,b,c) int b int c PREINIT: - int array[2]; + int array[3]; CODE: array[0] = a; array[1] = b; |