Fix formatting

This commit is contained in:
Robbert van der Helm
2020-12-11 16:56:46 +01:00
parent 9554bbc12d
commit 9439a62d94
+1 -2
View File
@@ -228,8 +228,7 @@ class PluginBridge {
if (!plugin_host->running()) { if (!plugin_host->running()) {
generic_logger.log( generic_logger.log(
"The Wine host process has exited unexpectedly. Check " "The Wine host process has exited unexpectedly. Check "
"the " "the output above for more information.");
"output above for more information.");
std::terminate(); std::terminate();
} }