提交 1bf95592 编写于 作者: A Andy Polyakov

Fix typos.

上级 51d28013
......@@ -600,7 +600,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
nt_headers = (IMAGE_NT_HEADERS *)((char *)dos_header
+ dos_header->e_lfanew);
if (nt_headers->Signature==IMAGE_NT_SIGNATURE &&
histDLL!=(HINSTANCE)(nt_headers->OptionalHeader.ImageBase))
hinstDLL!=(HINSTANCE)(nt_headers->OptionalHeader.ImageBase))
OPENSSL_NONPIC_relocated=1;
}
}
......@@ -663,7 +663,7 @@ static int IsService(void)
void OPENSSL_showfatal (const char *fmta,...)
{ va_list ap;
TCHAR buf[256]
TCHAR buf[256];
const TCHAR *fmt;
HANDLE h;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册