summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/db.h b/include/db.h
index 9f8f3fc7..189c8fb3 100644
--- a/include/db.h
+++ b/include/db.h
@@ -69,7 +69,7 @@ extern int CONFIG_DBPORT;
#endif
#ifdef HAVE_PGSQL
- #define DB_RESULT PGresult #*
+ #define DB_RESULT PGresult *
#define DBfree_result PQclear
#endif