From 949d41b6aae5409a5982c395ce3084e620c55b0a Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 16 Apr 2020 14:56:00 +0200 Subject: [PATCH] Fix typo in opcode ignore message --- src/wine-host/plugin-bridge.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;