aboutgitcodelistschat:MatrixIRC
path: root/cooker/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/call.c')
-rw-r--r--cooker/call.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cooker/call.c b/cooker/call.c
index 9561568..05e0e55 100644
--- a/cooker/call.c
+++ b/cooker/call.c
@@ -215,8 +215,8 @@ static union value parse_field(struct gluten_ctx *g, struct arg *args,
f_value = json_object_get_value(tmp1, f_inner->name);
if (!f_value)
continue;
- parse_field(g, args, &struct_start, index, f_inner, f_value,
- false, add);
+ parse_field(g, args, &struct_start, index, f_inner,
+ f_value, false, add);
}
break;
default: