Clarify.
This commit is contained in:
		@@ -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: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user