Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-03-20 08:27:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-20 08:27:14 +0400
commitbe116242d43c58ddf08b5d28379cdb0a26b6bb5c (patch)
tree5c8775dd5cc2c379962b09c7f4fe471d39a07d34 /source/blender/python/bmesh/bmesh_py_types_select.c
parent3427749090a427f29a1eecbe7f921a8e8007002c (diff)
style cleanup
Diffstat (limited to 'source/blender/python/bmesh/bmesh_py_types_select.c')
-rw-r--r--source/blender/python/bmesh/bmesh_py_types_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/bmesh/bmesh_py_types_select.c b/source/blender/python/bmesh/bmesh_py_types_select.c
index af1ebee7fc6..bf0e70c7ac1 100644
--- a/source/blender/python/bmesh/bmesh_py_types_select.c
+++ b/source/blender/python/bmesh/bmesh_py_types_select.c
@@ -116,7 +116,7 @@ static PyObject *bpy_bmeditselseq_add(BPy_BMEditSelSeq *self, BPy_BMElem *value)
BPY_BM_CHECK_OBJ(value);
- if (self->bm != value->bm) {
+ if (self->bm != value->bm) {
PyErr_SetString(PyExc_ValueError,
"Element is not from this mesh");
return NULL;