diff options
Diffstat (limited to 'src/ntux.c')
-rw-r--r-- | src/ntux.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ int ntux_entry_routine( /* invoke main */ __sys_exit_group( - ntux_main(argc,argv,envp)); + ntux_main(argc,argv,envp,0)); return NT_STATUS_INTERNAL_ERROR; } |