fix missing ; (obs from Paulo Moura).
This commit is contained in:
parent
6a252cded4
commit
8b18242138
@ -2993,7 +2993,7 @@ p_owner_file(void)
|
|||||||
UNLOCK(pe->PELock);
|
UNLOCK(pe->PELock);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
owner = pe->src.OwnerFile
|
owner = pe->src.OwnerFile;
|
||||||
UNLOCK(pe->PELock);
|
UNLOCK(pe->PELock);
|
||||||
return Yap_unify(ARG3, MkAtomTerm(owner));
|
return Yap_unify(ARG3, MkAtomTerm(owner));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user