Cleanup: Fix return NULL from bool type function

This commit is contained in:
Richard Antalik
2020-05-02 13:33:23 +02:00
parent cfdff4fb63
commit 1623fdb3bc

View File

@@ -1292,7 +1292,7 @@ bool BKE_sequencer_cache_put_if_possible(const SeqRenderData *context,
}
if (!seq) {
return NULL;
return false;
}
if (BKE_sequencer_cache_recycle_item(scene)) {