aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/opensl.cpp
diff options
context:
space:
mode:
authorEliot Miranda <[email protected]>2020-12-04 11:15:27 -0800
committerGitHub <[email protected]>2020-12-04 11:15:27 -0800
commite3179aa058cbb2887b02ce9d27e3a3c2da270516 (patch)
tree8f7117911b6a6464d850665c35d4c7cbdb67cde6 /alc/backends/opensl.cpp
parent8750810f5cfceeffd5acf2f21e779d470d0dc88b (diff)
Add a gain argument to altonegen (#502)
* Fix a speeling rorre in an error message. Add a gain command-line argument to altonegen.c * Fix some formatting issues and a copy/paste error.
Diffstat (limited to 'alc/backends/opensl.cpp')
-rw-r--r--alc/backends/opensl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/opensl.cpp b/alc/backends/opensl.cpp
index 8ac11e94..74309a94 100644
--- a/alc/backends/opensl.cpp
+++ b/alc/backends/opensl.cpp
@@ -252,7 +252,7 @@ int OpenSLPlayback::mixerProc()
}
if(SL_RESULT_SUCCESS != result)
{
- mDevice->handleDisconnect("Failed to start platback: 0x%08x", result);
+ mDevice->handleDisconnect("Failed to start playback: 0x%08x", result);
break;
}