spaces > tabs

This commit is contained in:
zeffy
2017-06-05 15:50:18 -07:00
parent b02ad7a9d6
commit 7f0784424f
7 changed files with 343 additions and 345 deletions

View File

@@ -98,8 +98,7 @@ BOOL PatchWUModule(HMODULE hModule) {
"A1????????"; // mov eax,dword ptr ds:[????????]
n1 = 5;
n2 = 13;
}
else if (IsWindows7()) {
} else if (IsWindows7()) {
lpszPattern =
"833D????????00" // cmp dword ptr ds:[????????],0
"743E" // je $+3E

View File

@@ -39,4 +39,3 @@ VOID _dbgprintf(LPCSTR format, ...);
//#else
//#define _tdbgprintf(format, ...)
//#endif // !_DEBUG