authorgravatar for lgustaf1@binghamton.eduLayne Gustafson <lgustaf1@binghamton.edu> 2019-12-17 16:50:48-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-01-19 20:53:18-05:00
log9d66bda26421c2b687afc26122736515c9cc35da
tree11a9dd78ee34aadb6004ea0cf5e83e130078b450
parent5bc4690d85bfaade48393c182b2b3aa207ebebc7
signaturelock-open Commit is signed but in an unrecognized format.

Fix spacing in main.cpp


1 files changed, 1 insertions(+), 1 deletions(-)

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