fix missing ; (obs from Paulo Moura).

This commit is contained in:
Vitor Santos Costa 2010-03-01 00:06:45 +00:00
parent 6a252cded4
commit 8b18242138

View File

@ -2993,7 +2993,7 @@ p_owner_file(void)
UNLOCK(pe->PELock);
return FALSE;
}
owner = pe->src.OwnerFile
owner = pe->src.OwnerFile;
UNLOCK(pe->PELock);
return Yap_unify(ARG3, MkAtomTerm(owner));
}