fix stupid typo

This commit is contained in:
Vítor Santos Costa 2016-03-04 00:09:33 +00:00
parent b50cf8d7b4
commit 27b7e32036
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ initMod( AtomEntry *toname, AtomEntry *ae) {
static ModEntry *GetModuleEntry(Atom at USES_REGS)
{
Prop p0;
AtomEntry *ae = RepAtom(axclat);
AtomEntry *ae = RepAtom(at);
READ_LOCK(ae->ARWLock);
p0 = ae->PropsOfAE;