aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/testlibpq3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/examples/testlibpq3.c')
-rw-r--r--src/test/examples/testlibpq3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/examples/testlibpq3.c b/src/test/examples/testlibpq3.c
index 4b75763b5f0..e11ad1a2f9d 100644
--- a/src/test/examples/testlibpq3.c
+++ b/src/test/examples/testlibpq3.c
@@ -31,7 +31,7 @@ tuple 1: got
#include "utils/geo-decls.h" /* for the POLYGON type */
void
-exit_nicely(PGconn * conn)
+exit_nicely(PGconn *conn)
{
PQfinish(conn);
exit(1);