summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-21 10:59:48 +0200
committerChristian Grothoff <christian@grothoff.org>2015-09-21 10:59:48 +0200
commit70c28e53d0615bc6694ea2339a739d387f8d8691 (patch)
tree3a9154bf9b4fb9f2d1ee8521a22f1033cee07790 /src
parenta9f01707ad64fc554077ca109ba03128ed8294be (diff)
downloadexchange-70c28e53d0615bc6694ea2339a739d387f8d8691.tar.gz
exchange-70c28e53d0615bc6694ea2339a739d387f8d8691.tar.bz2
exchange-70c28e53d0615bc6694ea2339a739d387f8d8691.zip
indenting
Diffstat (limited to 'src')
-rw-r--r--src/mintdb/plugin_mintdb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c
index 0cc76f799..42aac19f1 100644
--- a/src/mintdb/plugin_mintdb_postgres.c
+++ b/src/mintdb/plugin_mintdb_postgres.c
@@ -990,7 +990,7 @@ postgres_get_session (void *cls,
PQstatus (db_conn))
{
TALER_LOG_ERROR ("Database connection failed: %s\n",
- PQerrorMessage (db_conn));
+ PQerrorMessage (db_conn));
GNUNET_break (0);
return NULL;
}