diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-09-21 17:36:09 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-09-21 17:36:19 +0200 |
commit | ca80a4f1c8598698812a1b9062f3e6318b6a8d3e (patch) | |
tree | 0a0d07e9994c9e40b422abecdf2073a1038f4b2c /src/benchmark | |
parent | 20ad59ba84f3b0ea66fdf57b88d6fd76c37593b1 (diff) |
result must be signed
Diffstat (limited to 'src/benchmark')
-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. |