gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: introduce proper dispatch l


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: introduce proper dispatch logic
Date: Sun, 07 Mar 2021 23:02:24 +0100

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

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new a615dca  introduce proper dispatch logic
a615dca is described below

commit a615dcabfd60e0b0d5451091bb7e3b59b50380e7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 7 23:02:22 2021 +0100

    introduce proper dispatch logic
---
 src/anastasis/anastasis-gtk_dispatch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/anastasis/anastasis-gtk_dispatch.c 
b/src/anastasis/anastasis-gtk_dispatch.c
index a2b24d1..2293e8f 100644
--- a/src/anastasis/anastasis-gtk_dispatch.c
+++ b/src/anastasis/anastasis-gtk_dispatch.c
@@ -38,5 +38,5 @@ AG_dispatch (const struct DispatchItem *dt)
     dt[i].action ();
     return GNUNET_OK;
   }
-  return GNUNET_SYSERR
+  return GNUNET_SYSERR;
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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