mirror of
https://github.com/git/git.git
synced 2026-01-24 17:41:30 +00:00
Fixed compile error in fast-import.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
@@ -524,7 +524,7 @@ static struct tree_entry* new_tree_entry()
|
||||
*((void**)e) = e + 1;
|
||||
e++;
|
||||
}
|
||||
*((void*)e) = NULL;
|
||||
*((void**)e) = NULL;
|
||||
}
|
||||
|
||||
e = avail_tree_entry;
|
||||
|
||||
Reference in New Issue
Block a user