Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed May 29, 2024
1 parent 79f25d9 commit d70658d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crt/kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,9 @@ kernel_dynlib_handle(int pid, const char* basename, unsigned int *handle) {
continue;
}


*handle = (unsigned int)temphandle;
return 0;

} while(1);
}

Expand Down

0 comments on commit d70658d

Please sign in to comment.