summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ntux.c2
1 files changed, 1 insertions, 1 deletions
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);