Fix stupid error

This commit is contained in:
Andrew Pamment 2017-03-30 13:20:49 +10:00
parent 6f6c375656
commit b696f1e9e7

View File

@ -620,10 +620,9 @@ char *message_editor() {
} }
od_set_cursor(position_y - top_of_screen + 3, position_x) { od_set_cursor(position_y - top_of_screen + 3, position_x);
od_printf("%s", &line[position_x]); od_printf("%s", &line[position_x]);
od_clr_line(); od_clr_line();
}
/* /*
if (position_x > 1) { if (position_x > 1) {