mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Correct typo
This commit is contained in:
parent
00339cb99b
commit
86ef07b166
@ -52,7 +52,7 @@ void PulseThread::AddData(const void* src, int size)
|
|||||||
if(this->connection) {
|
if(this->connection) {
|
||||||
int err;
|
int err;
|
||||||
if(pa_simple_write(this->connection, src, size, &err) < 0) {
|
if(pa_simple_write(this->connection, src, size, &err) < 0) {
|
||||||
fprintf(stderr, "PulseAusio: Failed to write audio stream: %s\n", pa_strerror(err));
|
fprintf(stderr, "PulseAudio: Failed to write audio stream: %s\n", pa_strerror(err));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user