gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix typo


From: gnunet
Subject: [taler-exchange] branch master updated: fix typo
Date: Tue, 03 Mar 2020 12:32:57 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 5d67cb9c fix typo
5d67cb9c is described below

commit 5d67cb9c4fa650ee88ee81bff1466b18f2e2ad14
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 3 12:32:55 2020 +0100

    fix typo
---
 src/mhd/mhd_legal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c
index 051c87e9..7b1ba1c1 100644
--- a/src/mhd/mhd_legal.c
+++ b/src/mhd/mhd_legal.c
@@ -403,7 +403,7 @@ load_terms (struct TALER_MHD_Legal *legal,
       GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_WARNING,
                                 "fstat",
                                 fn);
-      GNUENT_break (0 == close (fd));
+      GNUNET_break (0 == close (fd));
       GNUNET_free (fn);
       return;
     }

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



reply via email to

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