commit 5b311d513626a4ecf82132c62860b3eff745edd5
parent fd41463245daf6d8fc01075326058b2e3ad86f79
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 30 Oct 2020 00:25:30 +0100
add missing break
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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");