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-05-18 03:12:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-18 03:12:15 +0400
commitc0bd076bfd27fab3f2d468c85206b59d1c7ab29e (patch)
tree8c892a28589a6a4608ce15ccd1e5cb989f9334b2 /source/blender/python
parent7862b2fa13c0437d9c17eae78e7b79a421dacf05 (diff)
style cleanup: and add missing files to cmake
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_rna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c
index f20e029c7b6..e9b6f15033c 100644
--- a/source/blender/python/intern/bpy_rna.c
+++ b/source/blender/python/intern/bpy_rna.c
@@ -986,7 +986,7 @@ static PyObject *pyrna_prop_repr(BPy_PropertyRNA *self)
ret = PyUnicode_FromFormat("bpy.data.%s[%R].%s",
BKE_idcode_to_name_plural(GS(id->name)),
tmp_str,
- path);
+ path);
}
MEM_freeN((void *)path);