Code cleanup: use 'const' for arrays (editors)

This commit is contained in:
2014-04-27 00:22:49 +10:00
parent f2d25975b5
commit c67bd49e56
65 changed files with 139 additions and 139 deletions

View File

@@ -1735,7 +1735,7 @@ void init_userdef_do_versions(void)
/* adjust themes */
for (btheme = U.themes.first; btheme; btheme = btheme->next) {
char *col;
const char *col;
/* IPO Editor: Handles/Vertices */
col = btheme->tipo.vertex;