diff options
Diffstat (limited to 'psycopg/microprotocols_proto.h')
| -rw-r--r-- | psycopg/microprotocols_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/microprotocols_proto.h b/psycopg/microprotocols_proto.h index c671264..d578b04 100644 --- a/psycopg/microprotocols_proto.h +++ b/psycopg/microprotocols_proto.h @@ -32,7 +32,7 @@ extern "C" { extern PyTypeObject isqlquoteType; typedef struct { - PyObject HEAD; + PyObject_HEAD; PyObject *wrapped; |
