Browse Source

Fixed compile error in fast-import.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
maint
Shawn O. Pearce 19 years ago
parent
commit
35ef237cf6
  1. 2
      fast-import.c

2
fast-import.c

@ -524,7 +524,7 @@ static struct tree_entry* new_tree_entry() @@ -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;

Loading…
Cancel
Save