summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/testing_api_loop.c')
-rw-r--r--src/lib/testing_api_loop.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/testing_api_loop.c b/src/lib/testing_api_loop.c
index 38139de25..fa723eb6e 100644
--- a/src/lib/testing_api_loop.c
+++ b/src/lib/testing_api_loop.c
@@ -491,7 +491,8 @@ TALER_TESTING_run2 (struct TALER_TESTING_Interpreter *is,
is->timeout_task = NULL;
}
/* get the number of commands */
- for (i = 0; NULL != commands[i].label; i++);
+ for (i = 0; NULL != commands[i].label; i++)
+ ;
is->commands = GNUNET_new_array (i + 1,
struct TALER_TESTING_Command);
memcpy (is->commands,
@@ -831,4 +832,5 @@ TALER_TESTING_setup (TALER_TESTING_Main main_cb,
return is.result;
}
+
/* end of testing_api_loop.c */