This commit is contained in:
Jonathan Schleifer 2012-04-25 11:17:50 +02:00
parent 5508a6a8f7
commit 8f5b7428a2

View file

@ -122,7 +122,7 @@ cfw_free(void *ptr)
CFWClass* CFWClass*
cfw_class(void *ptr) cfw_class(void *ptr)
{ {
CFWObject *obj; CFWObject *obj = ptr;
return obj->cls; return obj->cls;
} }