提交 892ae6bf 编写于 作者: J Junio C Hamano

revision --boundary: fix stupid typo

Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 80e25cee
...@@ -1247,7 +1247,7 @@ static void gc_boundary(struct object_array *array) ...@@ -1247,7 +1247,7 @@ static void gc_boundary(struct object_array *array)
objects[j] = objects[i]; objects[j] = objects[i];
j++; j++;
} }
for (i = j; j < nr; j++) for (i = j; i < nr; i++)
objects[i].item = NULL; objects[i].item = NULL;
array->nr = j; array->nr = j;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册