mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-31 11:08:52 -05:00
Fix up some double spaces
This commit is contained in:
parent
efcddf68c7
commit
684b89c639
38 changed files with 75 additions and 76 deletions
|
|
@ -723,7 +723,7 @@ static void stream_write_callback(pa_stream *s, size_t length, void *userdata) {
|
|||
|
||||
sample_length -= length;
|
||||
|
||||
if (sample_length <= 0) {
|
||||
if (sample_length <= 0) {
|
||||
pa_stream_set_write_callback(sample_stream, NULL, NULL);
|
||||
pa_stream_finish_upload(sample_stream);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue