Skip to content

Commit

Permalink
fix: return 0 on int function (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Aug 2, 2024
1 parent 4d7e352 commit c4fe6f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fixtures/extra.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@ int llparse__pause_once(llparse_t* s, const char* p, const char* endp) {

int llparse__test_init() {
llparse__pause_once_counter = 0;
return 0;
}

0 comments on commit c4fe6f7

Please sign in to comment.