diff --git a/src/wine-host/plugin-bridge.cpp b/src/wine-host/plugin-bridge.cpp index 918af96f..3b7d358f 100644 --- a/src/wine-host/plugin-bridge.cpp +++ b/src/wine-host/plugin-bridge.cpp @@ -279,7 +279,7 @@ class HostCallbackDataConverter : DefaultDataConverter { std::cerr << "Got opcode " << opcode_to_string(false, opcode) .value_or(std::to_string(opcode)) - << "), ignoring..." << std::endl; + << "(), ignoring..." << std::endl; return std::nullopt; break;