exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 9d86f050f9a5c684b06c8fe349f336756c4feca2
parent 96ac20c3bbcf5536f46720212eb1f1b7775dacbf
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat, 18 Jan 2020 14:07:53 +0100

fix syntax error

Diffstat:
Msrc/lib/testing_api_cmd_auditor_exec_auditor_dbinit.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/testing_api_cmd_auditor_exec_auditor_dbinit.c b/src/lib/testing_api_cmd_auditor_exec_auditor_dbinit.c @@ -153,8 +153,8 @@ TALER_TESTING_cmd_exec_auditor_dbinit (const char *label, { struct TALER_TESTING_Command cmd = { .cls = ks, - .label = label. - .run = &auditor_dbinit_run, + .label = label, + .run = &auditor_dbinit_run, .cleanup = &auditor_dbinit_cleanup, .traits = &auditor_dbinit_traits };