Skip to content

Commit

Permalink
Remove useless exit(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Feb 20, 2021
1 parent eec3fc5 commit 45f4a20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dl_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ void throw_dl_error(const char * path) {
const char * err = dlerror();
#endif
fprintf(stderr, "Message: %s\n", err);
exit(1);
}


Expand Down

0 comments on commit 45f4a20

Please sign in to comment.