Skip to content

Commit

Permalink
Bugfix: Return success
Browse files Browse the repository at this point in the history
  • Loading branch information
mkostoevr authored Mar 1, 2021
1 parent 4e4efbf commit 8e5989c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,4 +568,5 @@ static ObjectIr parse_objects(int argc, char **argv) {
int main(int argc, char **argv) {
ObjectIr ir = parse_objects(argc, argv);
build(&ir);
return 0;
}

0 comments on commit 8e5989c

Please sign in to comment.