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>2014-05-07 00:11:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-07 00:11:28 +0400
commitaf704c6d88f7db3e1e6f29f0b4ce297a176f4b30 (patch)
tree19d2fe651fe11e1611a8112ca6790e0584603854 /source/blender/editors/space_nla/nla_channels.c
parent182179a44b09564603f424b8be75043578fd0c61 (diff)
Style cleanup
Diffstat (limited to 'source/blender/editors/space_nla/nla_channels.c')
-rw-r--r--source/blender/editors/space_nla/nla_channels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_nla/nla_channels.c b/source/blender/editors/space_nla/nla_channels.c
index be4d197c1a6..16572f1790b 100644
--- a/source/blender/editors/space_nla/nla_channels.c
+++ b/source/blender/editors/space_nla/nla_channels.c
@@ -494,7 +494,7 @@ void NLA_OT_action_pushdown(wmOperatorType *ot)
/* properties */
ot->prop = RNA_def_int(ot->srna, "channel_index", -1, -1, INT_MAX, "Channel Index",
"Index of NLA action channel to perform pushdown operation on",
- 0, INT_MAX);
+ 0, INT_MAX);
RNA_def_property_flag(ot->prop, PROP_SKIP_SAVE);
}