Christian Couder <[email protected]> writes: > +enum apply_verbosity { > + verbosity_silent = -1, > + verbosity_normal = 0, > + verbosity_verbose = 1,
Drop the trailing comma from the last element in enum definition (comma after the last element in an array is OK). -- 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

