diff options
-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 29c3fd760..7b63b987a 100644 --- a/src/benchmark/taler-exchange-benchmark.c +++ b/src/benchmark/taler-exchange-benchmark.c @@ -141,7 +141,7 @@ static struct GNUNET_TIME_Relative duration; /** * Exit code. */ -static unsigned int result; +static int result; /** * How many coins we want to create per client and reserve. |