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:
authorJulian Eisel <eiseljulian@gmail.com>2017-02-10 02:20:46 +0300
committerJulian Eisel <eiseljulian@gmail.com>2017-02-10 02:20:46 +0300
commit0c0bdd83a4b54fc72ba959b2ecf364ac1db414ee (patch)
tree86c79c9b8c4abf3f806a2612dc745a09a845178c /source/blender/editors/space_file/file_draw.c
parent4b365064cfbd4cc802e0e575bcbbfc9539e9fda2 (diff)
Cleanup: Use const for array argument
Diffstat (limited to 'source/blender/editors/space_file/file_draw.c')
-rw-r--r--source/blender/editors/space_file/file_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c
index 0c3de753a2e..06066372828 100644
--- a/source/blender/editors/space_file/file_draw.c
+++ b/source/blender/editors/space_file/file_draw.c
@@ -291,7 +291,7 @@ static void file_draw_icon(uiBlock *block, const char *path, int sx, int sy, int
static void file_draw_string(int sx, int sy, const char *string, float width, int height, short align,
- unsigned char col[4])
+ const unsigned char col[4])
{
uiStyle *style;
uiFontStyle fs;