Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowman554 committed Jan 21, 2024
1 parent c01c883 commit b9a6f57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flvm/runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ void load_so(const char* path) {
void load_native_extensions(const char* folder) {
DIR* dir = opendir(folder);
if (dir == NULL) {
printf("Failed to open folder: %s\n", folder);
return;
}

Expand Down

0 comments on commit b9a6f57

Please sign in to comment.