gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix FTBFS


From: gnunet
Subject: [taler-exchange] branch master updated: fix FTBFS
Date: Fri, 26 May 2023 17:16:51 +0200

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 be408865 fix FTBFS
be408865 is described below

commit be408865159dab01ce0c9ef9e576937ff5545dbb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri May 26 17:16:48 2023 +0200

    fix FTBFS
---
 src/include/taler_amount_lib.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/taler_amount_lib.h b/src/include/taler_amount_lib.h
index 04aa0004..c9a35a2a 100644
--- a/src/include/taler_amount_lib.h
+++ b/src/include/taler_amount_lib.h
@@ -402,7 +402,7 @@ TALER_amount_multiply (struct TALER_Amount *result,
  *         #GNUNET_NO if value was already normalized
  *         #GNUNET_SYSERR if value was invalid or could not be normalized
  */
-int
+enum GNUNET_GenericReturnValue
 TALER_amount_normalize (struct TALER_Amount *amount);
 
 

-- 
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]