Skip to content

Commit

Permalink
nanoidgen: return EXIT_SUCCESS
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Jan 3, 2025
1 parent b2414b5 commit 6ffd9b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nanoidgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ int main(int argc, char *argv[]) {
return EXIT_FAILURE;
} else {
free(id);
return EXIT_SUCCESS;
}
}

0 comments on commit 6ffd9b0

Please sign in to comment.