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:
authorJoshua Leung <aligorith@gmail.com>2014-05-04 15:19:40 +0400
committerJoshua Leung <aligorith@gmail.com>2014-05-04 15:19:40 +0400
commitc561e0d929dc0b3a164dbebd74c1ff06be585679 (patch)
treeeddd79718b8aa0ab758554db0541148bd2d0ab90 /source/blender/editors/space_nla
parentbe7b09ef85d7d08d7c2b53cca474c338657f4478 (diff)
Code cleanup: Use enum instead of int in function signatures for bAnimChannelType settings callbacks
Diffstat (limited to 'source/blender/editors/space_nla')
-rw-r--r--source/blender/editors/space_nla/nla_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_nla/nla_draw.c b/source/blender/editors/space_nla/nla_draw.c
index 2e12ca65e18..0d4e6a52a7e 100644
--- a/source/blender/editors/space_nla/nla_draw.c
+++ b/source/blender/editors/space_nla/nla_draw.c
@@ -880,7 +880,7 @@ void draw_nla_channel_list(bContext *C, bAnimContext *ac, ARegion *ar)
glDisable(GL_BLEND);
}
- /* free tempolary channels */
+ /* free temporary channels */
BLI_freelistN(&anim_data);
}