gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: add missing break


From: gnunet
Subject: [taler-merchant] branch master updated: add missing break
Date: Fri, 30 Oct 2020 00:26:04 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 5b311d5  add missing break
5b311d5 is described below

commit 5b311d513626a4ecf82132c62860b3eff745edd5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Oct 30 00:25:30 2020 +0100

    add missing break
---
 src/testing/testing_api_cmd_merchant_get_order.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/testing/testing_api_cmd_merchant_get_order.c 
b/src/testing/testing_api_cmd_merchant_get_order.c
index fa9b6fb..3a6c525 100644
--- a/src/testing/testing_api_cmd_merchant_get_order.c
+++ b/src/testing/testing_api_cmd_merchant_get_order.c
@@ -515,6 +515,7 @@ merchant_get_order_cb (
       }
       break;
     }
+    break;
   default:
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
                 "Unhandled HTTP status.\n");

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