Skip to content

Commit

Permalink
Update windres-wrapper --version to return 0
Browse files Browse the repository at this point in the history
modified:   wrappers/windres-wrapper.c - print_version now passes 0 to
exit function.
  • Loading branch information
RussellHaley authored and mstorsjo committed Nov 21, 2020
1 parent 22ef268 commit 5497454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/windres-wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static void print_version(void) {
printf(
"version: LLVM windres (GNU windres compatible) 0.1\n"
);
exit(1);
exit(0);
}

static void print_help(void) {
Expand Down

0 comments on commit 5497454

Please sign in to comment.