diff --git a/src/compiler/compiler.c b/src/compiler/compiler.c index 3012e7bca..df39484a3 100644 --- a/src/compiler/compiler.c +++ b/src/compiler/compiler.c @@ -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)