Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > diff --git a/diffcore.h b/diffcore.h > index fed9b15..05ebc11 100644 > --- a/diffcore.h > +++ b/diffcore.h > @@ -98,7 +98,7 @@ struct diff_queue_struct { > (q)->queue = NULL; \ > (q)->nr = (q)->alloc = 0; \ > (q)->run = 0; \ > - } while(0); > + } while (0) This is a _bad_ one. Thanks. -- 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