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>2013-10-29 07:04:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-29 07:04:46 +0400
commit96cd8b94016691f2a874d46c1e2aff84ac8d2f28 (patch)
tree1bd0a8c5780cdcf35a27571271f1afbcaff6731b /source/blender/editors/space_clip
parenta7b44c82e5b90e83a588fabb22fda5ac41891bdf (diff)
style cleanup
Diffstat (limited to 'source/blender/editors/space_clip')
-rw-r--r--source/blender/editors/space_clip/tracking_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/tracking_ops.c b/source/blender/editors/space_clip/tracking_ops.c
index 53eaa2aaf72..ebb06693995 100644
--- a/source/blender/editors/space_clip/tracking_ops.c
+++ b/source/blender/editors/space_clip/tracking_ops.c
@@ -1341,7 +1341,7 @@ static int track_markers_exec(bContext *C, wmOperator *op)
if (clip == NULL) {
return OPERATOR_CANCELLED;
}
- framenr = BKE_movieclip_remap_scene_to_clip_frame(clip, CFRA);
+ framenr = BKE_movieclip_remap_scene_to_clip_frame(clip, CFRA);
fake_user.framenr = framenr;
user = &fake_user;
}