ntdll-CLI_Images: Fix patch formatting.

This commit is contained in:
Zebediah Figura 2018-02-18 10:52:03 -06:00
parent c0594b617e
commit 7e86c9d3dd

View File

@ -167,7 +167,7 @@ index cdf8d586c36..fa66c4c40d2 100644
if (wm->ldr.TlsIndex != -1) call_tls_callbacks( wm->ldr.BaseAddress, reason );
if (!entry || !(wm->ldr.Flags & LDR_IMAGE_IS_DLL)) return STATUS_SUCCESS;
@@ -3329,11 +3449,17 @@ void WINAPI LdrInitializeThunk( void *ke
@@ -3329,12 +3449,17 @@ void WINAPI LdrInitializeThunk( void *ke
debugstr_w(peb->ProcessParameters->ImagePathName.Buffer), status );
NtTerminateProcess( GetCurrentProcess(), status );
}
@ -184,7 +184,7 @@ index cdf8d586c36..fa66c4c40d2 100644
- server_init_process_done();
+ server_init_process_done();
}
--
2.14.1