non-void functions should return values!

This commit is contained in:
Michael Votaw
2025-02-11 19:39:03 -08:00
committed by teejusb
parent b52ea2257b
commit 46c3442018
+1 -1
View File
@@ -16,7 +16,7 @@ bool StepParityGenerator::analyzeNoteData(const NoteData &in)
if(rows.size() == 0)
{
LOG->Trace("StepParityGenerator::analyze no rows, bailing out");
return;
return false;
}
buildStateGraph();
return analyzeGraph();