Skip to content

Commit

Permalink
Fix struct size
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Jan 4, 2022
1 parent 44b3bef commit 747bc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/orbis/_types/save_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ typedef struct __attribute__((packed)) OrbisSaveDataMount
const char *fingerprint;
uint64_t blocks;
uint32_t mountMode;
uint8_t reserved[32];
uint8_t reserved[36];
} OrbisSaveDataMount;

typedef struct __attribute__((packed)) OrbisSaveDataMountResult
Expand Down

0 comments on commit 747bc55

Please sign in to comment.