mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Merge pull request #61 from respotify/fix-build
Fix build by removing extra parenthesis
This commit is contained in:
commit
0e911fbb59
1 changed files with 0 additions and 2 deletions
|
@ -53,7 +53,5 @@ mod portaudio_sink {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
pub type DefaultSink = portaudio_sink::PortAudioSink<'static>;
|
pub type DefaultSink = portaudio_sink::PortAudioSink<'static>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue