diff --git a/src/cut.c b/src/cut.c index d2abf60d..171574b1 100644 --- a/src/cut.c +++ b/src/cut.c @@ -194,11 +194,11 @@ void do_cut_text( cb_save->data -= cb_save_len; } else copy_from_filestruct(cutbuffer, cutbottom); - } - /* Set the current place we want to where the text from the - * cutbuffer ends. */ - openfile->placewewant = xplustabs(); + /* Set the current place we want to where the text from the + * cutbuffer ends. */ + openfile->placewewant = xplustabs(); + } /* Set NO_NEWLINES back to what it was before, since we're done * disturbing the text. */