From 1cf502784432cb08c930d3629d8dea4898a76352 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 9 Aug 2018 06:06:17 -0400 Subject: front-end utility: ntux_main(): remove the redundant argc parameter. --- src/ntux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ntux.c') 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; } -- cgit v1.2.3