diff options
Diffstat (limited to 'src/lib/testing_api_trait_time.c')
-rw-r--r-- | src/lib/testing_api_trait_time.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/testing_api_trait_time.c b/src/lib/testing_api_trait_time.c index 384ff807d..0cd71ad94 100644 --- a/src/lib/testing_api_trait_time.c +++ b/src/lib/testing_api_trait_time.c | |||
@@ -43,8 +43,8 @@ | |||
43 | int | 43 | int |
44 | TALER_TESTING_get_trait_absolute_time | 44 | TALER_TESTING_get_trait_absolute_time |
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 GNUNET_TIME_Absolute **time) | 47 | const struct GNUNET_TIME_Absolute **time) |
48 | { | 48 | { |
49 | return cmd->traits (cmd->cls, | 49 | return cmd->traits (cmd->cls, |
50 | (const void **) time, | 50 | (const void **) time, |
@@ -62,7 +62,7 @@ TALER_TESTING_get_trait_absolute_time | |||
62 | struct TALER_TESTING_Trait | 62 | struct TALER_TESTING_Trait |
63 | TALER_TESTING_make_trait_absolute_time | 63 | TALER_TESTING_make_trait_absolute_time |
64 | (unsigned int index, | 64 | (unsigned int index, |
65 | const struct GNUNET_TIME_Absolute *time) | 65 | const struct GNUNET_TIME_Absolute *time) |
66 | { | 66 | { |
67 | struct TALER_TESTING_Trait ret = { | 67 | struct TALER_TESTING_Trait ret = { |
68 | .index = index, | 68 | .index = index, |