Jacob Keller <[email protected]> writes:
> +enum diff_submodule_format {
> + DIFF_SUBMODULE_SHORT = 0,
> + DIFF_SUBMODULE_LOG,
> +};
Unlike definition of an array elements, enum {} did not allow
trailing comma until recent versions of C, and we avoid it.
No need to resend only to fix this, as I have locally amended it.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html