mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00: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) {
|
||||
int err;
|
||||
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
Reference in a new issue