Felipe Contreras <felipe.contreras@xxxxxxxxx> writes: > Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> > --- > builtin/reset.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/builtin/reset.c b/builtin/reset.c > index 225e3f1..7e65934 100644 > --- a/builtin/reset.c > +++ b/builtin/reset.c > @@ -323,7 +323,7 @@ int cmd_reset(int argc, const char **argv, const char *prefix) > die_if_unmerged_cache(reset_type); > > if (reset_type != SOFT) { > - struct lock_file *lock = xcalloc(1, sizeof(struct lock_file)); > + struct lock_file *lock = xcalloc(1, sizeof(*lock)); Good. 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