Skip to content

Commit 15597cb

Browse files
committed
Minor changes
1 parent 4ed81fb commit 15597cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2507,7 +2507,7 @@ TEST_SUITE("Detours::Hook") {
25072507
reinterpret_cast<BYTE*>(pArray) - sizeof(int),
25082508
sizeof(int),
25092509
nullptr,
2510-
/true) == true);
2510+
true) == true);
25112511

25122512
CHECK(Detours::Hook::HookMemory(
25132513
MemoryHookModify2,

0 commit comments

Comments
 (0)