Remove extraneous ;

This commit is contained in:
Stephen F. Booth 2023-12-17 17:42:50 -06:00 committed by Urs Fleisch
parent 5b19c7aed3
commit e9a671476b

View File

@ -302,4 +302,4 @@ bool MP4::Atoms::checkRootLevelAtoms()
const MP4::AtomList &MP4::Atoms::atoms() const
{
return d->atoms;
};
}