summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shopify.c1
1 files changed, 1 insertions, 0 deletions
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;
}