X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/b6ff3c7dbab3f40d03389808d95ac27d416c35e3..b632f535c4a6882bdca0317fb88cbe6e165f24eb:/lunaix-os/includes/lunaix/exec.h diff --git a/lunaix-os/includes/lunaix/exec.h b/lunaix-os/includes/lunaix/exec.h index 2bc0d94..f872271 100644 --- a/lunaix-os/includes/lunaix/exec.h +++ b/lunaix-os/includes/lunaix/exec.h @@ -28,7 +28,7 @@ struct exec_container struct load_context exe; // argv prependums - char* argv_pp[2]; + const char* argv_pp[2]; const char** argv; const char** envp;