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>2012-05-18 03:12:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-18 03:12:15 +0400
commitc0bd076bfd27fab3f2d468c85206b59d1c7ab29e (patch)
tree8c892a28589a6a4608ce15ccd1e5cb989f9334b2 /source/blender/blenloader/intern/versioning_legacy.c
parent7862b2fa13c0437d9c17eae78e7b79a421dacf05 (diff)
style cleanup: and add missing files to cmake
Diffstat (limited to 'source/blender/blenloader/intern/versioning_legacy.c')
-rw-r--r--source/blender/blenloader/intern/versioning_legacy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/versioning_legacy.c b/source/blender/blenloader/intern/versioning_legacy.c
index 2f7ff055b91..799dc82482d 100644
--- a/source/blender/blenloader/intern/versioning_legacy.c
+++ b/source/blender/blenloader/intern/versioning_legacy.c
@@ -3559,7 +3559,7 @@ void blo_do_versions_pre250(FileData *fd, Library *lib, Main *main)
{
SpaceNla *snla = (SpaceNla *)sl;
snla->autosnap = SACTSNAP_FRAME;
- }
+ }
break;
}
}