mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Fix typo in opcode ignore message
This commit is contained in:
@@ -279,7 +279,7 @@ class HostCallbackDataConverter : DefaultDataConverter {
|
|||||||
std::cerr << "Got opcode "
|
std::cerr << "Got opcode "
|
||||||
<< opcode_to_string(false, opcode)
|
<< opcode_to_string(false, opcode)
|
||||||
.value_or(std::to_string(opcode))
|
.value_or(std::to_string(opcode))
|
||||||
<< "), ignoring..." << std::endl;
|
<< "(), ignoring..." << std::endl;
|
||||||
|
|
||||||
return std::nullopt;
|
return std::nullopt;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user