diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-09-21 10:59:48 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-09-21 10:59:48 +0200 |
commit | 70c28e53d0615bc6694ea2339a739d387f8d8691 (patch) | |
tree | 3a9154bf9b4fb9f2d1ee8521a22f1033cee07790 /src | |
parent | a9f01707ad64fc554077ca109ba03128ed8294be (diff) |
indenting
Diffstat (limited to 'src')
-rw-r--r-- | src/mintdb/plugin_mintdb_postgres.c | 2 |
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; } |