diff options
Diffstat (limited to 'pywrap/pcipywrap.h')
-rw-r--r-- | pywrap/pcipywrap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pywrap/pcipywrap.h b/pywrap/pcipywrap.h index 8389445..99cebd7 100644 --- a/pywrap/pcipywrap.h +++ b/pywrap/pcipywrap.h @@ -6,8 +6,8 @@ #include <Python.h> typedef struct { - void* ctx; - int shared; + void* ctx; + int shared; } Pcipywrap; /*! |