mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix compilation error
This commit is contained in:
parent
0f3bb3d2b8
commit
75965866a1
1 changed files with 2 additions and 2 deletions
|
@ -1568,7 +1568,7 @@ cifframe_callback(ffi_cif *cif, void *retp, void **args, void *user)
|
|||
{
|
||||
GSKVOPathInfo *pathInfo;
|
||||
|
||||
[iLock lock];
|
||||
[kvoLock lock];
|
||||
pathInfo = (GSKVOPathInfo*)NSMapGet(paths, (void*)aPath);
|
||||
if (pathInfo != nil)
|
||||
{
|
||||
|
@ -1595,7 +1595,7 @@ cifframe_callback(ffi_cif *cif, void *retp, void **args, void *user)
|
|||
}
|
||||
}
|
||||
}
|
||||
[iLock unlock];
|
||||
[kvoLock unlock];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue