Kirill Smelkov <k...@mns.spb.ru> writes:

> +     parents_sha1 = xmalloc(nparent * sizeof(parents_sha1[0]));
> +     for (i = 0; i < nparent; i++)
> +             parents_sha1[i] = parents->sha1[i];
> +
> +     /* fake list head, so worker can assume it is non-NULL */
> +     struct combine_diff_path paths_head;

decl-after-statement; please fix.

> +     paths_head.next = NULL;
> +
> +     struct strbuf base;

likewise.

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to