Probably, un-necessary, since this is merged down to master. Signed-off-by: Đoàn Trần Công Danh <congdanhqx@xxxxxxxxx> --- fmt-merge-msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmt-merge-msg.c b/fmt-merge-msg.c index 08022ed2e4..72d32bd73b 100644 --- a/fmt-merge-msg.c +++ b/fmt-merge-msg.c @@ -484,7 +484,7 @@ static void fmt_merge_msg_sigs(struct strbuf *out) enum object_type type; unsigned long size, len; char *buf = read_object_file(oid, &type, &size); - struct signature_check sigc = { 0 }; + struct signature_check sigc = { NULL }; struct strbuf sig = STRBUF_INIT; if (!buf || type != OBJ_TAG) -- 2.26.2.384.g435bf60bd5