whitespace

This commit is contained in:
Bill Currie 2001-12-02 17:29:14 +00:00
parent f233c9edc9
commit ce9e2e62e3

View file

@ -260,8 +260,8 @@ Sys_MakeCodeWriteable (unsigned long startaddr, unsigned long length)
DWORD flOldProtect;
if (!VirtualProtect
((LPVOID) startaddr, length, PAGE_READWRITE,
&flOldProtect)) Sys_Error ("Protection change failed\n");
((LPVOID) startaddr, length, PAGE_READWRITE, &flOldProtect))
Sys_Error ("Protection change failed\n");
#else
# ifdef HAVE_MPROTECT
int r;