Skip to content

Commit

Permalink
Merge pull request #645 from Jai-JAP/patch-1
Browse files Browse the repository at this point in the history
Fix grammar
  • Loading branch information
ptitSeb authored Jun 19, 2022
2 parents 432e09c + 05d499d commit 4be1b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ int main(int argc, const char **argv, char **env) {
if(ld_preload.size) {
for(int i=0; i<ld_preload.size; ++i)
if(AddNeededLib(my_context->maplib, &my_context->neededlibs, NULL, 0, 0, (const char**)&ld_preload.paths[i], 1, my_context, emu)) {
printf_log(LOG_INFO, "Warning, cannot pre-load a lib (%s)\n", ld_preload.paths[i]);
printf_log(LOG_INFO, "Warning, cannot pre-load the lib (%s)\n", ld_preload.paths[i]);
}
}
FreeCollection(&ld_preload);
Expand Down

0 comments on commit 4be1b75

Please sign in to comment.