fix typo in panic string
This commit is contained in:
parent
9a83845831
commit
5b3fcc5062
|
@ -107,7 +107,7 @@ impl FormatHandler for GenericFFMpegAudioFormat {
|
|||
}
|
||||
|
||||
fn set_replaygain_data(&mut self, _data: ReplayGainRawData) -> Result<(), BoxedError> {
|
||||
panic!("ffprobe doesn't support setting replaygain data, check supports_replaygain() f")
|
||||
panic!("ffprobe doesn't support setting replaygain data, check supports_replaygain()")
|
||||
}
|
||||
|
||||
fn save_changes(&mut self) -> Result<(), BoxedError> {
|
||||
|
|
Loading…
Reference in a new issue