Code cleanup: use 'const' for arrays (python)
This commit is contained in:
@@ -86,7 +86,7 @@ short BPy_errors_to_report(ReportList *reports)
|
||||
{
|
||||
PyObject *pystring;
|
||||
PyObject *pystring_format = NULL; /* workaround, see below */
|
||||
char *cstring;
|
||||
const char *cstring;
|
||||
|
||||
const char *filename;
|
||||
int lineno;
|
||||
|
||||
Reference in New Issue
Block a user