summaryrefslogtreecommitdiff
path: root/Source/Core/Common/ucrtFreadWorkaround.cpp
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-01-21 21:27:56 +0100
committermathieui <mathieui@mathieui.net>2016-01-21 21:27:56 +0100
commitf15ffda5a7518cb87a09f301deaeffab0723ec27 (patch)
tree1b32ad5818891950f940189107d433cdf26e0340 /Source/Core/Common/ucrtFreadWorkaround.cpp
parent3e283ea9f17aa779832db065b2ecc4b19cf03e83 (diff)
Correct ampersands as well
Diffstat (limited to 'Source/Core/Common/ucrtFreadWorkaround.cpp')
-rw-r--r--Source/Core/Common/ucrtFreadWorkaround.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/ucrtFreadWorkaround.cpp b/Source/Core/Common/ucrtFreadWorkaround.cpp
index ea4baa2970..33d26ce754 100644
--- a/Source/Core/Common/ucrtFreadWorkaround.cpp
+++ b/Source/Core/Common/ucrtFreadWorkaround.cpp
@@ -23,7 +23,7 @@ struct PatchInfo {
{ L"ucrtbased.dll", 0x1C1915 , 0x91905, 5 },
};
-bool ApplyPatch(const PatchInfo &patch) {
+bool ApplyPatch(const PatchInfo& patch) {
auto module = GetModuleHandleW(patch.module_name);
if (module == nullptr)
{