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:
Diffstat (limited to 'source/blender/blenkernel/intern/seqcache.c')
-rw-r--r--source/blender/blenkernel/intern/seqcache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/seqcache.c b/source/blender/blenkernel/intern/seqcache.c
index c50f3f3f141..1c0aa63f590 100644
--- a/source/blender/blenkernel/intern/seqcache.c
+++ b/source/blender/blenkernel/intern/seqcache.c
@@ -617,8 +617,8 @@ void BKE_sequencer_cache_put(
}
/* Set last_key's reference to this key so we can look up chain backwards
- * Item is already put in cache, so cache->last_key points to current key;
- */
+ * Item is already put in cache, so cache->last_key points to current key;
+ */
if (flag & type && temp_last_key) {
temp_last_key->link_next = cache->last_key;
}