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);