1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-30 19:52:17 +01:00

Whitespace fix.

This commit is contained in:
David Anderson 2008-12-23 00:03:33 -05:00
parent 075a21cc07
commit 15dbd8d9ff

View File

@ -204,7 +204,7 @@ namespace SourceHook
g_BadReadCalled = false;
return true;
return true;
#elif SH_SYS == SH_SYS_WINAPI
// On Win32, simply use IsBadReadPtr
return !IsBadReadPtr(addr, len);