summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-04 05:21:39 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-04 05:21:39 +0200
commit991d13178b77e31138c290d87aa1e2a22857579d (patch)
tree942247bfe02a8a60620201ae0edc4317a9f12f6c
parent27300ad1ccb56ad1f83cb3769f64dae21f5a0b85 (diff)
downloadexchange-991d13178b77e31138c290d87aa1e2a22857579d.tar.gz
exchange-991d13178b77e31138c290d87aa1e2a22857579d.tar.bz2
exchange-991d13178b77e31138c290d87aa1e2a22857579d.zip
fix JSON format string
-rw-r--r--src/exchange/taler-exchange-httpd_responses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_responses.c b/src/exchange/taler-exchange-httpd_responses.c
index f8ff67228..7bac0d88c 100644
--- a/src/exchange/taler-exchange-httpd_responses.c
+++ b/src/exchange/taler-exchange-httpd_responses.c
@@ -1131,7 +1131,7 @@ TMH_RESPONSE_reply_deposit_wtid (struct MHD_Connection *connection,
&sig);
return TMH_RESPONSE_reply_json_pack (connection,
MHD_HTTP_OK,
- "{s:o, s:o, s:o, s:o, s:o, s:o}",
+ "{s:o, s:o, s:o, s:o, s:o}",
"wtid", GNUNET_JSON_from_data (wtid,
sizeof (*wtid)),
"execution_time", GNUNET_JSON_from_time_abs (exec_time),