summaryrefslogtreecommitdiffhomepage
path: root/src/ntux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ntux.c')
-rw-r--r--src/ntux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ntux.c b/src/ntux.c
index 7629d7e..8f5e583 100644
--- a/src/ntux.c
+++ b/src/ntux.c
@@ -26,7 +26,7 @@ int ntux_entry_routine(
/* invoke main */
__sys_exit_group(
- ntux_main(argc,argv,envp,0));
+ ntux_main(argv,envp,0));
return NT_STATUS_INTERNAL_ERROR;
}