(erlang_attribute): Fix undefined variable usage (after Potorti).
This commit is contained in:
parent
59d05d2dd3
commit
9788737a53
1 changed files with 1 additions and 1 deletions
|
@ -4111,7 +4111,7 @@ erlang_attribute (s)
|
|||
|
||||
if (strneq (s, "-define", 7) || strneq (s, "-record", 7))
|
||||
{
|
||||
pos = 7 + eat_white (s, pos);
|
||||
pos = 7 + eat_white (s, 7);
|
||||
if (s[pos++] == '(')
|
||||
{
|
||||
pos += eat_white (s, pos);
|
||||
|
|
Loading…
Add table
Reference in a new issue