Clarify.
This commit is contained in:
parent
65ad628641
commit
070f909a7f
@ -210,7 +210,7 @@ MPIdenticon mpw_identicon(const char *fullName, const char *masterPassword) {
|
||||
.body = "",
|
||||
.rightArm = "",
|
||||
.accessory = "",
|
||||
.color = 0,
|
||||
.color = MPIdenticonColorBlack,
|
||||
};
|
||||
|
||||
MPIdenticon identicon = {
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user