Cleanup: ensure '_END' macros end with a semicolon

Missing these breaks auto-indent for editors that don't expand macros.
This commit is contained in:
2018-11-30 15:35:15 +11:00
parent 3612ce5579
commit 6429e6c91e
23 changed files with 64 additions and 97 deletions

View File

@@ -469,8 +469,7 @@ void BKE_sequencer_editing_free(Scene *scene, const bool do_id_user)
{
/* handle cache freeing above */
BKE_sequence_free_ex(scene, seq, false, do_id_user);
}
SEQ_END
} SEQ_END;
BLI_freelistN(&ed->metastack);