2
0
This commit is contained in:
Maarten Billemont 2020-01-23 15:51:57 -05:00
parent 65ad628641
commit 070f909a7f
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ MPIdenticon mpw_identicon(const char *fullName, const char *masterPassword) {
.body = "",
.rightArm = "",
.accessory = "",
.color = 0,
.color = MPIdenticonColorBlack,
};
MPIdenticon identicon = {

View File

@ -103,7 +103,7 @@ const char *mpw_abbreviationForType(MPResultType resultType) {
case MPResultTypeStatefulPersonal:
return "own";
case MPResultTypeStatefulDevice:
return "dev";
return "device";
case MPResultTypeDeriveKey:
return "key";
default: {