summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_payback.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 19:16:33 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 19:16:44 +0100
commit8dbc19758b87c41ada780c20edac0c500ab2daa1 (patch)
tree88f24a9f5d304a1b3a5c9ab6509395bb38af3cfb /src/lib/exchange_api_payback.c
parentd53eca894011f31b698a13cf41d31e2d19c7e427 (diff)
downloadexchange-8dbc19758b87c41ada780c20edac0c500ab2daa1.tar.gz
exchange-8dbc19758b87c41ada780c20edac0c500ab2daa1.tar.bz2
exchange-8dbc19758b87c41ada780c20edac0c500ab2daa1.zip
fix compiler warnings
Diffstat (limited to 'src/lib/exchange_api_payback.c')
-rw-r--r--src/lib/exchange_api_payback.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/exchange_api_payback.c b/src/lib/exchange_api_payback.c
index b28dc1376..c20208055 100644
--- a/src/lib/exchange_api_payback.c
+++ b/src/lib/exchange_api_payback.c
@@ -219,6 +219,7 @@ handle_payback_finished (void *cls,
{
GNUNET_break_op (0);
response_code = 0;
+ break;
}
TALER_EXCHANGE_payback_cancel (ph);
return;