gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix syntax error


From: gnunet
Subject: [taler-exchange] branch master updated: fix syntax error
Date: Sat, 18 Jan 2020 14:09:16 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 9d86f050 fix syntax error
9d86f050 is described below

commit 9d86f050f9a5c684b06c8fe349f336756c4feca2
Author: Florian Dold <address@hidden>
AuthorDate: Sat Jan 18 14:07:53 2020 +0100

    fix syntax error
---
 src/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
index 828622e2..2cbe5197 100644
--- 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
     };

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]