diff options
Diffstat (limited to 'src/lib/testing_api_trait_fresh_coin.c')
-rw-r--r-- | src/lib/testing_api_trait_fresh_coin.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/testing_api_trait_fresh_coin.c b/src/lib/testing_api_trait_fresh_coin.c index 464e7e74c..92d6d4b9c 100644 --- a/src/lib/testing_api_trait_fresh_coin.c +++ b/src/lib/testing_api_trait_fresh_coin.c | |||
@@ -43,8 +43,8 @@ | |||
43 | int | 43 | int |
44 | TALER_TESTING_get_trait_fresh_coins | 44 | TALER_TESTING_get_trait_fresh_coins |
45 | (const struct TALER_TESTING_Command *cmd, | 45 | (const struct TALER_TESTING_Command *cmd, |
46 | unsigned int index, | 46 | unsigned int index, |
47 | const struct TALER_TESTING_FreshCoinData **fresh_coins) | 47 | const struct TALER_TESTING_FreshCoinData **fresh_coins) |
48 | { | 48 | { |
49 | return cmd->traits (cmd->cls, | 49 | return cmd->traits (cmd->cls, |
50 | (const void **) fresh_coins, | 50 | (const void **) fresh_coins, |
@@ -66,7 +66,7 @@ TALER_TESTING_get_trait_fresh_coins | |||
66 | struct TALER_TESTING_Trait | 66 | struct TALER_TESTING_Trait |
67 | TALER_TESTING_make_trait_fresh_coins | 67 | TALER_TESTING_make_trait_fresh_coins |
68 | (unsigned int index, | 68 | (unsigned int index, |
69 | struct TALER_TESTING_FreshCoinData *fresh_coins) | 69 | struct TALER_TESTING_FreshCoinData *fresh_coins) |
70 | { | 70 | { |
71 | struct TALER_TESTING_Trait ret = { | 71 | struct TALER_TESTING_Trait ret = { |
72 | .index = index, | 72 | .index = index, |