diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntux/ntux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntux/ntux.h b/include/ntux/ntux.h index 936b101..9c0c373 100644 --- a/include/ntux/ntux.h +++ b/include/ntux/ntux.h @@ -98,7 +98,7 @@ struct ntux_common_ctx { uint64_t actflags; uint64_t fmtflags; enum ntux_cmd cmd; - uint32_t state; + int32_t status; char ** sargv; char ** senvp; const char * loader; |