Skip to content

Commit 45f4a20

Browse files
committed
Remove useless exit(1)
1 parent eec3fc5 commit 45f4a20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dl_utils.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ void throw_dl_error(const char * path) {
1717
const char * err = dlerror();
1818
#endif
1919
fprintf(stderr, "Message: %s\n", err);
20-
exit(1);
2120
}
2221

2322

0 commit comments

Comments
 (0)