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 = "", .body = "",
.rightArm = "", .rightArm = "",
.accessory = "", .accessory = "",
.color = 0, .color = MPIdenticonColorBlack,
}; };
MPIdenticon identicon = { MPIdenticon identicon = {

View File

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