mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-10 08:12:26 +03:00
Add an #endif I accidentally removed
This commit is contained in:
parent
e01da0a540
commit
3cfe438b74
|
@ -341,6 +341,7 @@ static struct PyMethodDef connectionObject_methods[] = {
|
||||||
METH_VARARGS, psyco_conn_get_transaction_status_doc},
|
METH_VARARGS, psyco_conn_get_transaction_status_doc},
|
||||||
{"lobject", (PyCFunction)psyco_conn_lobject,
|
{"lobject", (PyCFunction)psyco_conn_lobject,
|
||||||
METH_VARARGS|METH_KEYWORDS, psyco_conn_lobject_doc},
|
METH_VARARGS|METH_KEYWORDS, psyco_conn_lobject_doc},
|
||||||
|
#endif
|
||||||
{NULL}
|
{NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user