projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Code cleanup: use 'const' for arrays (python)
[blender.git]
/
source
/
blender
/
python
/
intern
/
bpy_util.c
diff --git
a/source/blender/python/intern/bpy_util.c
b/source/blender/python/intern/bpy_util.c
index b0b0f3469447ac22d6b73a8293880330139bc45f..93183a4f3206ce930961466169cfa6821a88bf03 100644
(file)
--- a/
source/blender/python/intern/bpy_util.c
+++ b/
source/blender/python/intern/bpy_util.c
@@
-86,7
+86,7
@@
short BPy_errors_to_report(ReportList *reports)
{
PyObject *pystring;
PyObject *pystring_format = NULL; /* workaround, see below */
- char *cstring;
+ c
onst c
har *cstring;
const char *filename;
int lineno;