fix silly mistake

This commit is contained in:
Andrew Pamment 2017-03-26 20:51:20 +10:00
parent 40d90085e3
commit 47f150514a

View File

@ -162,7 +162,7 @@ char *message_editor() {
if (stage == 1 && ch.chKeyPress == '[') {
stage = 2;
continue;
} else {
} else if (stage != 0) {
stage = 0;
continue;
}