diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-11-16 19:29:10 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-11-16 19:29:10 +0100 |
commit | add9edbf5cfa419a7f999cf8a54109b35cea18e6 (patch) | |
tree | 118221bd0f4ca40a63ab84fb645e603a2f6abc3e | |
parent | 0703ba87e9e3b7f001e4240373322a19fccf2a21 (diff) |
-fix rval
-rw-r--r-- | src/exchange-tools/taler-exchange-offline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-exchange-offline.c b/src/exchange-tools/taler-exchange-offline.c index 00c44da84..891177581 100644 --- a/src/exchange-tools/taler-exchange-offline.c +++ b/src/exchange-tools/taler-exchange-offline.c @@ -761,7 +761,7 @@ struct UploadHandler * @param do_create #GNUNET_YES if the key may be created * @return #GNUNET_OK on success */ -static int +static enum GNUNET_GenericReturnValue load_offline_key (int do_create) { static bool done; |