Cleanup: Use const for array argument

This commit is contained in:
Julian Eisel
2017-02-10 00:20:46 +01:00
parent 4b365064cf
commit 0c0bdd83a4

View File

@@ -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;