mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
whitespace
This commit is contained in:
parent
f233c9edc9
commit
ce9e2e62e3
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue