Fixed incorrect space
This commit is contained in:
parent
6be93695ce
commit
bdc9720ca6
|
@ -139,7 +139,7 @@ void printOutput () {
|
|||
lcd.print(key);
|
||||
break;
|
||||
case 3:
|
||||
lcd.print("Enc. :");
|
||||
lcd.print("Enc.: ");
|
||||
lcd.print(encryption? "yes" : "no");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue