fix stupid typo
This commit is contained in:
parent
b50cf8d7b4
commit
27b7e32036
@ -70,7 +70,7 @@ initMod( AtomEntry *toname, AtomEntry *ae) {
|
|||||||
static ModEntry *GetModuleEntry(Atom at USES_REGS)
|
static ModEntry *GetModuleEntry(Atom at USES_REGS)
|
||||||
{
|
{
|
||||||
Prop p0;
|
Prop p0;
|
||||||
AtomEntry *ae = RepAtom(axclat);
|
AtomEntry *ae = RepAtom(at);
|
||||||
|
|
||||||
READ_LOCK(ae->ARWLock);
|
READ_LOCK(ae->ARWLock);
|
||||||
p0 = ae->PropsOfAE;
|
p0 = ae->PropsOfAE;
|
||||||
|
Reference in New Issue
Block a user