1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 17:59:24 +02:00

Fix build by removing extra parenthesis

This commit is contained in:
Yugo Amaryl 2016-03-14 06:00:06 +00:00
parent 0973469120
commit 5f5356333d

View file

@ -53,7 +53,5 @@ mod portaudio_sink {
}
}
}
pub type DefaultSink = portaudio_sink::PortAudioSink<'static>;