summaryrefslogtreecommitdiffstats
path: root/pywrap/pcipywrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'pywrap/pcipywrap.h')
-rw-r--r--pywrap/pcipywrap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pywrap/pcipywrap.h b/pywrap/pcipywrap.h
index 47d91b7..5876a06 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;
/*!