Fix typos.

This commit is contained in:
Andy Polyakov 2005-04-13 15:41:56 +00:00
parent 89b1fd98ac
commit 5820d87a5f

View file

@ -503,7 +503,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;
}
}
@ -566,7 +566,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;