Fix parameter names in prototype of sparsearrayinit().

Copied from Perforce
 Change: 186884
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Lovemore 2014-07-14 16:24:27 +01:00
parent 730a501494
commit 63309aa7cf

View file

@ -36,7 +36,7 @@ typedef struct SparseArrayStruct {
extern void SparseArrayInit(SparseArray sa,
void *base, Size elementSize, Index length,
BT defined, BT mapped, VM vm);
BT mapped, BT pages, VM vm);
extern void SparseArrayFinish(SparseArray sa);
extern Bool SparseArrayCheck(SparseArray sa);