On Mon, Jun 16, 2008 at 12:15:02PM -0400, Jeff King wrote: > if (!matched_src) > - errs = 1; > + return -1; This could maybe be cleaned up even more by just returning -1 at each point where matched_src becomes NULL (in the switch statement above). -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html