diff options
author | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-06 12:14:35 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-06 13:06:09 -0400 |
commit | 5d2a4e02dd9febf57968ddb9754aaf32cdc64065 (patch) | |
tree | d2e83ba3b85cd9bfe2da553f8c8d1b6b02c6ffba /include | |
parent | 781eb38d5b6efb88f20098d1a83ce954cc485643 (diff) |
Remove explicit padding
Diffstat (limited to 'include')
-rw-r--r-- | include/librfu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/librfu.h b/include/librfu.h index 3c56491c3..69c696172 100644 --- a/include/librfu.h +++ b/include/librfu.h @@ -407,7 +407,6 @@ struct RfuTgtData u16 serialNo; // Game serial number of parent candidate Game serial number of connection partner u8 gname[RFU_GAME_NAME_LENGTH + 2]; // Game name of parent candidate Game name of connection partner u8 uname[RFU_USER_NAME_LENGTH + 1]; // User name for parent candidate User name for connection partner - u8 padding[2]; }; struct RfuLinkStatus |