clsptr -> cls.

This commit is contained in:
Jonathan Schleifer 2012-04-08 21:06:46 +02:00
parent 794d352d33
commit 1b72ec95bf
4 changed files with 10 additions and 10 deletions

View file

@ -72,7 +72,7 @@ equal(void *ptr1, void *ptr2)
CFWArray *array1, *array2;
size_t i;
if (obj2->clsptr != cfw_array)
if (obj2->cls != cfw_array)
return false;
array1 = ptr1;