Cleanup: move documentation to headers, other minor corrections

This commit is contained in:
2022-03-23 17:16:37 +11:00
parent 56dba4df3c
commit 94b2d83421
11 changed files with 22 additions and 18 deletions

View File

@@ -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;
}