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>2013-11-01 03:52:44 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-11-01 03:52:44 +0400
commitf9d5bccb06505d0e36a8b7076189ab961a616a96 (patch)
treea6b429cb96ca0cd96ac50c1248f6f497ef058f6f /source/blender/editors/space_file
parentfc0e225a77ab75df778315c08c743197d9e773b3 (diff)
code cleanup: spelling
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/filelist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index acba9934dd2..822d1ba8bca 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -804,7 +804,8 @@ static int path_extension_type(const char *path)
else if (BLI_testextensie(path, ".ogg")) {
if (IMB_isanim(path)) {
return MOVIEFILE;
- } else {
+ }
+ else {
return SOUNDFILE;
}
}