mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 02:55:42 -04:00
CommonHostInterface: Fix minor log message typo
This commit is contained in:
parent
b141042952
commit
8a94fc944a
@ -1154,7 +1154,7 @@ bool CommonHostInterface::AddAxisToInputMap(const std::string& binding, const st
|
||||
if (!axis_index ||
|
||||
!m_controller_interface->BindControllerAxis(*controller_index, *axis_index, std::move(handler)))
|
||||
{
|
||||
Log_WarningPrintf("Failed to bind controller axis '%s' to axi", binding.c_str());
|
||||
Log_WarningPrintf("Failed to bind controller axis '%s' to axis", binding.c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user