compile error fix
This commit is contained in:
parent
9b959ef869
commit
9cc0855c03
@ -97,7 +97,7 @@ hashtable_grow :: proc( ht : ^ HashTable( $ Type ) ) -> AllocatorError {
|
||||
return rehash( ht, new_num )
|
||||
}
|
||||
|
||||
hashtable_rehash :: proc ( ht : ^ HashTabe( $ Type ), new_num : i64 ) -> AllocatorError
|
||||
hashtable_rehash :: proc ( ht : ^ HashTable( $ Type ), new_num : i64 ) -> AllocatorError
|
||||
{
|
||||
last_added_index : i64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user