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:
Diffstat (limited to 'source/blender/src/filesel.c')
-rw-r--r--source/blender/src/filesel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/src/filesel.c b/source/blender/src/filesel.c
index 5e8d2e17b6f..929b8a93228 100644
--- a/source/blender/src/filesel.c
+++ b/source/blender/src/filesel.c
@@ -1020,7 +1020,8 @@ static int calc_filesel_line(SpaceFile *sfile, int nr, int *valx, int *valy)
static void set_active_file(SpaceFile *sfile, int act)
{
struct direntry *file;
- int num, redraw= 0, newflag;
+ int num, redraw= 0;
+ unsigned int newflag;
int old=0, newi=0;
file= sfile->filelist;