summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_refresh_link.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exchange_api_refresh_link.c')
-rw-r--r--src/lib/exchange_api_refresh_link.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/exchange_api_refresh_link.c b/src/lib/exchange_api_refresh_link.c
index 2369b90b3..234043120 100644
--- a/src/lib/exchange_api_refresh_link.c
+++ b/src/lib/exchange_api_refresh_link.c
@@ -203,8 +203,7 @@ parse_refresh_link_ok (struct TALER_EXCHANGE_RefreshLinkHandle *rlh,
loop once for 'session=0' in most cases.
num_coins tracks the size of the 1d array we return,
- whilst 'i' and 'session' track the 2d array. */
- for (session = 0; session<json_array_size (json); session++)
+ whilst 'i' and 'session' track the 2d array. */for (session = 0; session<json_array_size (json); session++)
{
json_t *jsona;
struct GNUNET_JSON_Specification spec[] = {