Split filebackend files to class per file
[lhc/web/wiklou.git] / includes / libs / RiffExtractor.php
index 304b99b..c060380 100644 (file)
@@ -96,4 +96,4 @@ class RiffExtractor {
        public static function extractUInt32( $string ) {
                return unpack( 'V', $string )[1];
        }
-};
+}