summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Henstridge <james@jamesh.id.au>2008-05-05 10:43:38 +0800
committerJames Henstridge <james@jamesh.id.au>2008-05-05 10:43:38 +0800
commit3cfe438b74d926f7ba184b4e82e3632e1f868631 (patch)
tree1030b8c96bbe0094dfb3cd90178c7687ad00a3f4
parente01da0a5401e3de3eae5ce2185f6a65efa9a50e9 (diff)
downloadpsycopg2-3cfe438b74d926f7ba184b4e82e3632e1f868631.tar.gz
Add an #endif I accidentally removed
-rw-r--r--psycopg/connection_type.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/psycopg/connection_type.c b/psycopg/connection_type.c
index f5cc3b5..3cdbf1f 100644
--- a/psycopg/connection_type.c
+++ b/psycopg/connection_type.c
@@ -341,6 +341,7 @@ static struct PyMethodDef connectionObject_methods[] = {
METH_VARARGS, psyco_conn_get_transaction_status_doc},
{"lobject", (PyCFunction)psyco_conn_lobject,
METH_VARARGS|METH_KEYWORDS, psyco_conn_lobject_doc},
+#endif
{NULL}
};