fix eof [skip ci]

This commit is contained in:
zeffy
2017-08-27 19:44:08 -07:00
parent 91f1db5ac8
commit 4b6c7a017b
2 changed files with 2 additions and 2 deletions

View File

@@ -53,4 +53,4 @@ BOOL TryLdrUnregisterDllNotification(PVOID Cookie, NTSTATUS *result) {
}
}
return FALSE;
}
}

View File

@@ -66,4 +66,4 @@ BOOL PatchWUA(void *lpBaseOfDll, size_t SizeOfImage) {
trace(_T("Successfully patched WUA module!"));
return result;
}
}