aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_common.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-23 15:29:35 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-23 15:29:35 +0200
commita509a91f924cad3b5f0336f78e5c80e3621ad52b (patch)
tree404bfdbbd566478a158aa60e957bff37bc16364e /src/testing/testing_api_cmd_common.c
parentcdd2930a9951a552d221b8a8b8e9c0df35ad8be2 (diff)
downloadexchange-a509a91f924cad3b5f0336f78e5c80e3621ad52b.tar.xz
-more reserve history fixes
Diffstat (limited to 'src/testing/testing_api_cmd_common.c')
-rw-r--r--src/testing/testing_api_cmd_common.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/testing/testing_api_cmd_common.c b/src/testing/testing_api_cmd_common.c
index 1e2439377..138e5502a 100644
--- a/src/testing/testing_api_cmd_common.c
+++ b/src/testing/testing_api_cmd_common.c
@@ -26,10 +26,9 @@
int
-TALER_TESTING_history_entry_cmp (const struct
- TALER_EXCHANGE_ReserveHistoryEntry *h1,
- const struct
- TALER_EXCHANGE_ReserveHistoryEntry *h2)
+TALER_TESTING_history_entry_cmp (
+ const struct TALER_EXCHANGE_ReserveHistoryEntry *h1,
+ const struct TALER_EXCHANGE_ReserveHistoryEntry *h2)
{
if (h1->type != h2->type)
return 1;