Fix spacing in main.cpp

master
Layne Gustafson 2019-12-17 16:50:48 -05:00 committed by Andrew Kelley
parent 5bc4690d85
commit 9d66bda264
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ int main(int argc, char **argv) {
} else if (strcmp(arg, "-ffunction-sections") == 0) {
function_sections = true;
} else if (strcmp(arg, "--show-subfeatures") == 0) {
targets_show_subfeatures = true;
targets_show_subfeatures = true;
} else if (i + 1 >= argc) {
fprintf(stderr, "Expected another argument after %s\n", arg);
return print_error_usage(arg0);