diff options
author | midipix <writeonce@midipix.org> | 2018-05-19 00:41:54 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-05-21 01:44:57 -0400 |
commit | 719722f99fa8cea88c4937436b0fe61b69cbbc5d (patch) | |
tree | 7b2c69e87ff5d193e98119c6426f2bb2481bd7e8 /src | |
parent | 04eb52986e2bf98b66a0f8e9120b0e3654de4494 (diff) | |
download | ntux-719722f99fa8cea88c4937436b0fe61b69cbbc5d.tar.bz2 ntux-719722f99fa8cea88c4937436b0fe61b69cbbc5d.tar.xz |
utility: ntux_entry_point(): update to match current abi.
Diffstat (limited to 'src')
-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); |