diff options
-rw-r--r-- | src/ntux.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |