- correct typos in comments.

- move boxpack struct out of the public header.
This commit is contained in:
2011-01-02 11:06:50 +00:00
parent 4119132580
commit a7ceeafd71
13 changed files with 34 additions and 35 deletions

View File

@@ -450,7 +450,7 @@ static PyObject *pyrna_py_from_array_internal(PointerRNA *ptr, PropertyRNA *prop
return NULL;
}
PyTuple_SetItem(tuple, i, item);
PyTuple_SET_ITEM(tuple, i, item);
}
return tuple;