Fixed compile error in fast-import.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
maint
Shawn O. Pearce 2006-08-26 23:37:31 -04:00
parent 2eb26d8454
commit 35ef237cf6
1 changed files with 1 additions and 1 deletions

View File

@ -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;