mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix double @@ in attribute listing.
This commit is contained in:
@@ -582,7 +582,7 @@ void print_syntax(BuildOptions *options)
|
||||
{
|
||||
for (int i = 0; i < NUMBER_OF_ATTRIBUTES; i++)
|
||||
{
|
||||
printf("%2d @%s\n", i + 1, attribute_list[i]);
|
||||
printf("%2d %s\n", i + 1, attribute_list[i]);
|
||||
}
|
||||
}
|
||||
if (options->print_builtins)
|
||||
|
||||
Reference in New Issue
Block a user