Merge branch 'ab/fsck-api-cleanup'
Last minute compilation fix. * ab/fsck-api-cleanup: builtin/fsck.c: don't conflate "int" and "enum" in callbackmaint
commit
ed125c4f07
|
@ -109,7 +109,8 @@ static int fsck_error_func(struct fsck_options *o,
|
|||
|
||||
static struct object_array pending;
|
||||
|
||||
static int mark_object(struct object *obj, int type, void *data, struct fsck_options *options)
|
||||
static int mark_object(struct object *obj, enum object_type type,
|
||||
void *data, struct fsck_options *options)
|
||||
{
|
||||
struct object *parent = data;
|
||||
|
||||
|
|
Loading…
Reference in New Issue