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-06-16 19:51:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-16 19:51:52 +0400
commit103f665c593dc53850aaabf4fbe019f3375e10ae (patch)
treef2d8d5798d9d40f8ae9ea2ec7ad9798197008536 /source/blender/editors/animation
parent4dacad06a94dae1165427a6664c67591415e9594 (diff)
code cleanup: make names more logical
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_filter.c b/source/blender/editors/animation/anim_filter.c
index 752e458ef78..46e1eb98dae 100644
--- a/source/blender/editors/animation/anim_filter.c
+++ b/source/blender/editors/animation/anim_filter.c
@@ -183,7 +183,7 @@ static short actedit_get_context(bAnimContext *ac, SpaceAction *saction)
//MovieClip *clip = ac->scene->clip;
// struct Mask *mask = seq ? seq->mask : NULL;
- saction->ads.source = (ID *)ac->scene;;
+ saction->ads.source = (ID *)ac->scene;
ac->datatype = ANIMCONT_MASK;
ac->data = &saction->ads;