diff options
Diffstat (limited to 'src/lib/testing_api_cmd_batch.c')
-rw-r--r-- | src/lib/testing_api_cmd_batch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/testing_api_cmd_batch.c b/src/lib/testing_api_cmd_batch.c index f5fbc8117..84bd51b69 100644 --- a/src/lib/testing_api_cmd_batch.c +++ b/src/lib/testing_api_cmd_batch.c | |||
@@ -136,6 +136,7 @@ batch_traits (void *cls, | |||
136 | index); | 136 | index); |
137 | } | 137 | } |
138 | 138 | ||
139 | |||
139 | /** | 140 | /** |
140 | * Create a "batch" command. Such command takes a | 141 | * Create a "batch" command. Such command takes a |
141 | * end_CMD-terminated array of CMDs and executed them. | 142 | * end_CMD-terminated array of CMDs and executed them. |
@@ -179,6 +180,7 @@ TALER_TESTING_cmd_batch (const char *label, | |||
179 | return cmd; | 180 | return cmd; |
180 | } | 181 | } |
181 | 182 | ||
183 | |||
182 | /** | 184 | /** |
183 | * Advance internal pointer to next command. | 185 | * Advance internal pointer to next command. |
184 | * | 186 | * |
@@ -200,7 +202,6 @@ TALER_TESTING_cmd_batch_next | |||
200 | } | 202 | } |
201 | 203 | ||
202 | 204 | ||
203 | |||
204 | /** | 205 | /** |
205 | * Test if this command is a batch command. | 206 | * Test if this command is a batch command. |
206 | * | 207 | * |