(svn r18683) -Fix: it's not an other

This commit is contained in:
rubidium
2010-01-01 18:45:40 +00:00
parent 115b207745
commit b2e9b5d612
16 changed files with 19 additions and 19 deletions

View File

@@ -293,7 +293,7 @@ void init_AyStar(AyStar *aystar, Hash_HashProc hash, uint num_buckets)
/* Set up our sorting queue
* BinaryHeap allocates a block of 1024 nodes
* When thatone gets full it reserves an otherone, till this number
* When that one gets full it reserves another one, till this number
* That is why it can stay this high */
init_BinaryHeap(&aystar->OpenListQueue, 102400);