From 12d90d77c72b9276947e70041c5c0c54ed074b8f Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 8 Nov 2021 19:47:01 -0600 Subject: [PATCH] Fix unintentionally concatenated strings --- AntiHooking/antihookingprotection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AntiHooking/antihookingprotection.cpp b/AntiHooking/antihookingprotection.cpp index a9a3637c..c91bf914 100644 --- a/AntiHooking/antihookingprotection.cpp +++ b/AntiHooking/antihookingprotection.cpp @@ -139,7 +139,7 @@ private: L"SS2OSD.dll", // ASUS Sonic Studio 2 L"Nahimic2OSD.dll", L"NahimicMSIOSD.dll", - L"nhAsusPhoebusOSD.dll" // ASUS Phoebus + L"nhAsusPhoebusOSD.dll", // ASUS Phoebus // This DLL has been seen in several crash reports. Some Googling // suggests it's highly unstable and causes issues in many games.