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:
authorCampbell Barton <ideasman42@gmail.com>2015-10-03 01:22:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-10-03 01:22:48 +0300
commit41d05474904bbffcb2bfa338a8dd91e2098360b3 (patch)
tree82552fc92a01c83d848b9048ab0b1ce5e99d5725 /source/blender/editors/space_file/filelist.c
parentcaf98e29c5e9508b4edbcd287520a5bf0a0e13ca (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/space_file/filelist.c')
-rw-r--r--source/blender/editors/space_file/filelist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index 1b5987d0901..56c48b7f650 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -532,6 +532,7 @@ void filelist_sort(struct FileList *filelist)
case FILE_SORT_NONE: /* Should never reach this point! */
default:
BLI_assert(0);
+ break;
}
filelist_filter_clear(filelist);