diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-05-21 19:25:31 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-05-21 19:25:31 +0200 |
commit | 89e2a02380738262a473997c7cb87b77633819da (patch) | |
tree | b8d13cc7ccd972520d8614cb15e5a61750f853da /src | |
parent | d36f1b3b6a6f99b3393eeefe61b23d18c710c1c2 (diff) |
-style
Diffstat (limited to 'src')
-rw-r--r-- | src/benchmark/taler-exchange-benchmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c index d076fb806..8e61129f0 100644 --- a/src/benchmark/taler-exchange-benchmark.c +++ b/src/benchmark/taler-exchange-benchmark.c @@ -521,7 +521,7 @@ launch_fakebank (void *cls) * @param config_file configuration file to use * @return #GNUNET_OK on success */ -static int +static enum GNUNET_GenericReturnValue parallel_benchmark (TALER_TESTING_Main main_cb, void *main_cb_cls, const char *config_file) |