mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
Whoops, that '==' should be '='.
This commit is contained in:
parent
735b1cb66b
commit
9bdb8becb1
|
@ -207,7 +207,7 @@ static void DirectoryLockOff(void)
|
|||
// if lock is open
|
||||
if (_hLock!=NULL) {
|
||||
fclose(_hLock);
|
||||
_hLock == NULL;
|
||||
_hLock = NULL;
|
||||
}
|
||||
unlink(_fnmLock);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user