diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-09-05 11:51:41 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-09-05 11:51:50 +0200 |
commit | d96a9b99d47383308cf8ea8cac5cb9e7705bc7cf (patch) | |
tree | 91d5781e238e5a659605dd6276c25279ce1e5250 /src/benchmark/taler-bank-benchmark.c | |
parent | 1b14d0a4591094acf1f5515d98ce98d493bf77a8 (diff) |
implement #9124 and #9039
Diffstat (limited to 'src/benchmark/taler-bank-benchmark.c')
-rw-r--r-- | src/benchmark/taler-bank-benchmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark/taler-bank-benchmark.c b/src/benchmark/taler-bank-benchmark.c index 528798424..340ee3349 100644 --- a/src/benchmark/taler-bank-benchmark.c +++ b/src/benchmark/taler-bank-benchmark.c @@ -136,7 +136,7 @@ static struct TALER_TESTING_Timer timings[] = { * @param label string to add to the table * @return same string, now stored in the table */ -const char * +static const char * add_label (char *label) { if (label_off == label_len) |