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-11-01 16:31:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-02 01:32:02 +0300
commitd658ea1b209fe45b82bbbff1515f797659c3b022 (patch)
tree833c6ab432929c3a67bde6c18a7218d4c30a85d9 /source/blender/blenkernel/intern/tracking_util.c
parent31a83ee9f1dca4dd767fd88e2cf4f4ec23a4003b (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenkernel/intern/tracking_util.c')
-rw-r--r--source/blender/blenkernel/intern/tracking_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/tracking_util.c b/source/blender/blenkernel/intern/tracking_util.c
index 505f705857b..17e4a3c73c3 100644
--- a/source/blender/blenkernel/intern/tracking_util.c
+++ b/source/blender/blenkernel/intern/tracking_util.c
@@ -782,7 +782,7 @@ static ImBuf *accessor_get_ibuf(TrackingImageAccessor *accessor,
}
}
- /* it's possible processing stil didn't happen at this point,
+ /* it's possible processing still didn't happen at this point,
* but we really need a copy of the buffer to be transformed
* and to be put to the cache.
*/
@@ -877,7 +877,7 @@ TrackingImageAccessor *tracking_image_accessor_new(MovieClip *clips[MAX_ACCESSOR
accesscache_hashhash,
accesscache_hashcmp);
- memcpy(accessor->clips, clips, num_clips * sizeof(MovieClip*));
+ memcpy(accessor->clips, clips, num_clips * sizeof(MovieClip *));
accessor->num_clips = num_clips;
accessor->start_frame = start_frame;