mirror of
https://github.com/cc65/cc65.git
synced 2025-03-04 00:30:35 +00:00
Merge pull request #2267 from acqn/Diagnostics
[cc65] Removed extra "'}' expected" error message
This commit is contained in:
commit
ab0ab8e36f
@ -497,7 +497,7 @@ static unsigned ParseStructInit (Type* T, int* Braces, int AllowFlexibleMembers)
|
||||
|
||||
if (HasCurly) {
|
||||
Error ("Excess elements in %s initializer", GetBasicTypeName (T));
|
||||
SkipInitializer (HasCurly);
|
||||
SkipInitializer (0);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user