From 69ff68be8fa52ac741146789f7be024ada28a4ad Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Mon, 19 Sep 2022 11:20:15 +0800 Subject: Add missing break --- shopify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/shopify.c b/shopify.c index 39b7227..71904b6 100644 --- a/shopify.c +++ b/shopify.c @@ -94,6 +94,7 @@ static enum MHD_Result iterate(void *cls, enum MHD_ValueKind kind, break; case MHD_HEADER_KIND: printf("%s: %s\n", key, val); + break; default: break; } -- cgit v1.3