Remove extraneous ;

This commit is contained in:
Stephen F. Booth
2023-12-18 17:29:39 +01:00
committed by Urs Fleisch
parent 5b19c7aed3
commit e9a671476b
+1 -1
View File
@@ -302,4 +302,4 @@ bool MP4::Atoms::checkRootLevelAtoms()
const MP4::AtomList &MP4::Atoms::atoms() const
{
return d->atoms;
};
}