mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
Correct typo
This commit is contained in:
parent
00339cb99b
commit
86ef07b166
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue