fix some style and it now also copy right string length

This commit is contained in:
iceman1001 2024-01-25 00:36:35 +01:00
commit f7e4b4e2eb
6 changed files with 58 additions and 44 deletions

View file

@ -77,7 +77,7 @@ int main(int argc, char **argv) {
return 1;
}
nfc3d_amiibo_keys amiiboKeys = {0};
nfc3d_amiibo_keys_t amiiboKeys = {0};
if (! LoadAmiikey(amiiboKeys, keyfile))
return 5;