Author: darcy
Date: Mon Nov  9 12:11:59 2015
New Revision: 527

Log:
Fix error that prevented compilation.

Modified:
   trunk/module/pgmodule.c

Modified: trunk/module/pgmodule.c
==============================================================================
--- trunk/module/pgmodule.c     Sun Nov  8 20:31:08 2015        (r526)
+++ trunk/module/pgmodule.c     Mon Nov  9 12:11:59 2015        (r527)
@@ -121,7 +121,6 @@
 static PyObject *pg_default_passwd;    /* default password */
 #endif /* DEFAULT_VARS */
 
-(void) init_pg(void);
 int *get_type_array(PGresult *result, int nfields);
 
 static PyObject *decimal = NULL, /* decimal type */
@@ -4172,7 +4171,7 @@
 static char pg__doc__[] = "Python interface to PostgreSQL DB";
 
 /* Initialization function for the module */
-(void)
+void
 init_pg(void)
 {
        PyObject   *mod,
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to