Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace call of exit function by return statement in main function #3878

Merged
merged 1 commit into from Jul 20, 2022

Conversation

stweil
Copy link
Contributor

@stweil stweil commented Jul 20, 2022

Add also a missing return statement and use EXIT_FAILURE
and EXIT_SUCCESS instead of 1 and 0 as return values.

Signed-off-by: Stefan Weil sw@weilnetz.de

Add also a missing return statement and use EXIT_FAILURE
and EXIT_SUCCESS instead of 1 and 0 as return values.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
@stweil
Copy link
Contributor Author

stweil commented Jul 20, 2022

This pull request partially fixes issue #3832.

@egorpugin egorpugin merged commit 74e226b into tesseract-ocr:main Jul 20, 2022
@stweil stweil deleted the exit branch July 21, 2022 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants