From 719722f99fa8cea88c4937436b0fe61b69cbbc5d Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 19 May 2018 00:41:54 +0000 Subject: utility: ntux_entry_point(): update to match current abi. --- src/ntux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ntux.c b/src/ntux.c index 6c70d0b..c9245b8 100644 --- a/src/ntux.c +++ b/src/ntux.c @@ -13,7 +13,7 @@ int ntux_entry_point(void) int argc; char ** argv; char ** envp; - struct __psx_context ctx = {0,0,0,0,0,0,0,0,0,0,0}; + struct __psx_context ctx = {0,0,0,0,0,0,0,0,0,0,0,0}; /* ctx */ ctx.size = sizeof(ctx); -- cgit v1.2.3