exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 70c28e53d0615bc6694ea2339a739d387f8d8691
parent a9f01707ad64fc554077ca109ba03128ed8294be
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 21 Sep 2015 10:59:48 +0200

indenting

Diffstat:
Msrc/mintdb/plugin_mintdb_postgres.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }