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