From 94b2d83421b2d1fceff2b49d8784afec80dc65e6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 23 Mar 2022 17:16:37 +1100 Subject: Cleanup: move documentation to headers, other minor corrections --- source/blender/sequencer/intern/strip_transform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/sequencer/intern') diff --git a/source/blender/sequencer/intern/strip_transform.c b/source/blender/sequencer/intern/strip_transform.c index 8849b029d46..ddf75f3d664 100644 --- a/source/blender/sequencer/intern/strip_transform.c +++ b/source/blender/sequencer/intern/strip_transform.c @@ -298,7 +298,7 @@ static int shuffle_seq_time_offset_test(SeqCollection *strips_to_shuffle, } if (UNLIKELY(SEQ_collection_has_strip(seq_other, strips_to_shuffle))) { CLOG_WARN(&LOG, - "Strip overlaps with itself or another strip, that is to be shuffled." + "Strip overlaps with itself or another strip, that is to be shuffled. " "This should never happen."); continue; } -- cgit v1.2.3