Removing typo
This commit is contained in:
parent
aa42b2494c
commit
e5b0e43e18
@ -65,7 +65,7 @@ BOOL WINAPI console_ctrl_handler(DWORD ctrl_type)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int main (int argc, char * argv[0]) {
|
int main (int argc, char * argv[]) {
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
if(!mlockall(MCL_CURRENT | MCL_FUTURE))
|
if(!mlockall(MCL_CURRENT | MCL_FUTURE))
|
||||||
WARN("Process " << argv[0] << "could not be locked to RAM");
|
WARN("Process " << argv[0] << "could not be locked to RAM");
|
||||||
|
Loading…
Reference in New Issue
Block a user