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