diff options
Diffstat (limited to 'src/lib/testing_api_trait_cmd.c')
-rw-r--r-- | src/lib/testing_api_trait_cmd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/testing_api_trait_cmd.c b/src/lib/testing_api_trait_cmd.c index 61e976568..faf8799be 100644 --- a/src/lib/testing_api_trait_cmd.c +++ b/src/lib/testing_api_trait_cmd.c | |||
@@ -46,8 +46,8 @@ | |||
46 | int | 46 | int |
47 | TALER_TESTING_get_trait_cmd | 47 | TALER_TESTING_get_trait_cmd |
48 | (const struct TALER_TESTING_Command *cmd, | 48 | (const struct TALER_TESTING_Command *cmd, |
49 | unsigned int index, | 49 | unsigned int index, |
50 | struct TALER_TESTING_Command **_cmd) | 50 | struct TALER_TESTING_Command **_cmd) |
51 | { | 51 | { |
52 | return cmd->traits (cmd->cls, | 52 | return cmd->traits (cmd->cls, |
53 | (const void **) _cmd, | 53 | (const void **) _cmd, |
@@ -69,7 +69,7 @@ TALER_TESTING_get_trait_cmd | |||
69 | struct TALER_TESTING_Trait | 69 | struct TALER_TESTING_Trait |
70 | TALER_TESTING_make_trait_cmd | 70 | TALER_TESTING_make_trait_cmd |
71 | (unsigned int index, | 71 | (unsigned int index, |
72 | const struct TALER_TESTING_Command *cmd) | 72 | const struct TALER_TESTING_Command *cmd) |
73 | { | 73 | { |
74 | struct TALER_TESTING_Trait ret = { | 74 | struct TALER_TESTING_Trait ret = { |
75 | .index = index, | 75 | .index = index, |