Skip to content

Commit

Permalink
Indented a label
Browse files Browse the repository at this point in the history
  • Loading branch information
ata4 committed Oct 24, 2015
1 parent 67be0c1 commit 8dd91ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glrage/MemoryPatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ bool MemoryPatcher::patch(uint32_t addr, std::vector<uint8_t>& expectedData, std

result = true;

end:
end:
// restore original page flags
if (restoreProtect) {
VirtualProtect(lpaddr, size, oldProtect, nullptr);
Expand Down

0 comments on commit 8dd91ef

Please sign in to comment.