mpeg: Fix pedantic warning

ISO C does not allow extra ';' outside of a function [-Wpedantic].
This commit is contained in:
evpobr 2021-06-16 12:22:38 +05:00
parent e46c4b9eb2
commit d948e9b13a

View File

@ -40,7 +40,7 @@ mpeg_write_header (SF_PRIVATE *psf, int UNUSED (calc_length))
return 0 ;
return mpeg_l3_encoder_write_id3tag (psf) ;
} ;
}
static int
mpeg_command (SF_PRIVATE *psf, int command, void *data, int datasize)