From 719722f99fa8cea88c4937436b0fe61b69cbbc5d Mon Sep 17 00:00:00 2001 From: midipix Date: May 21 2018 05:44:57 +0000 Subject: utility: ntux_entry_point(): update to match current abi. --- 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);