mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-02-16 23:20:09 +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 lock is open
|
||||||
if (_hLock!=NULL) {
|
if (_hLock!=NULL) {
|
||||||
fclose(_hLock);
|
fclose(_hLock);
|
||||||
_hLock == NULL;
|
_hLock = NULL;
|
||||||
}
|
}
|
||||||
unlink(_fnmLock);
|
unlink(_fnmLock);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user