sprinkle some attributes
This commit is contained in:
@@ -267,7 +267,9 @@ lookagain:
|
||||
#endif
|
||||
}
|
||||
}
|
||||
if (!m) if (!(m=malloc(sizeof(struct ldaprec)))) return 2;
|
||||
if (!m)
|
||||
if (!(m=malloc(sizeof(struct ldaprec))))
|
||||
return 2;
|
||||
|
||||
(*l)->next=m;
|
||||
m->n=0; m->dn=-1; m->next=0;
|
||||
|
||||
Reference in New Issue
Block a user