diff --git a/utils/magiedit/main.c b/utils/magiedit/main.c index 74ef4ed..a928727 100644 --- a/utils/magiedit/main.c +++ b/utils/magiedit/main.c @@ -620,10 +620,9 @@ char *message_editor() { } - od_set_cursor(position_y - top_of_screen + 3, position_x) { - od_printf("%s", &line[position_x]); - od_clr_line(); - } + od_set_cursor(position_y - top_of_screen + 3, position_x); + od_printf("%s", &line[position_x]); + od_clr_line(); /* if (position_x > 1) {