about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-06-19 17:52:07 +0200
committerGitHub <noreply@github.com>2022-06-19 17:52:07 +0200
commitf52ee794dbca33616d55e98c20b62a217755efbd (patch)
tree983ddbb5e6bd5427cdd4252d7873d8d131b24e30 /src/main.c
parent7adaf39f1a7e1df0641f6425622899d363bf8cb5 (diff)
parent34ece330f3581326b2882cf2eec40cdadc4b2744 (diff)
downloadbox64-f52ee794dbca33616d55e98c20b62a217755efbd.tar.gz
box64-f52ee794dbca33616d55e98c20b62a217755efbd.zip
Merge pull request #326 from Jai-JAP/patch-1
Fix grammar
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0e80523b..96cd8ee2 100755
--- a/src/main.c
+++ b/src/main.c
@@ -1336,7 +1336,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);