X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Flibs%2FRiffExtractor.php;h=c060380a7176faad52cb4e334841337caccd5a83;hb=3110946330d98b7d61ab5b1899c09db723a152a3;hp=304b99b8a43ab4c7aece268b2080524de69fb808;hpb=f43fa6f4f0e2cb60b8543daad661b48a3e0653a9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/RiffExtractor.php b/includes/libs/RiffExtractor.php index 304b99b8a4..c060380a71 100644 --- a/includes/libs/RiffExtractor.php +++ b/includes/libs/RiffExtractor.php @@ -96,4 +96,4 @@ class RiffExtractor { public static function extractUInt32( $string ) { return unpack( 'V', $string )[1]; } -}; +}