From af704c6d88f7db3e1e6f29f0b4ce297a176f4b30 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 7 May 2014 06:11:28 +1000 Subject: Style cleanup --- source/blender/editors/space_nla/nla_channels.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_nla/nla_channels.c') 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); } -- cgit v1.2.3