fix FTBFS

This commit is contained in:
Christian Grothoff 2023-05-26 17:16:48 +02:00
parent ae6e62a0a3
commit be40886515
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -402,7 +402,7 @@ TALER_amount_multiply (struct TALER_Amount *result,
* #GNUNET_NO if value was already normalized * #GNUNET_NO if value was already normalized
* #GNUNET_SYSERR if value was invalid or could not be normalized * #GNUNET_SYSERR if value was invalid or could not be normalized
*/ */
int enum GNUNET_GenericReturnValue
TALER_amount_normalize (struct TALER_Amount *amount); TALER_amount_normalize (struct TALER_Amount *amount);