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