From 41d05474904bbffcb2bfa338a8dd91e2098360b3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 3 Oct 2015 08:22:48 +1000 Subject: Cleanup: style --- source/blender/editors/space_file/filelist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_file/filelist.c') 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); -- cgit v1.2.3