diff --git a/src/cut.c b/src/cut.c index 13ed91a4..ee691d61 100644 --- a/src/cut.c +++ b/src/cut.c @@ -524,9 +524,9 @@ bool is_cuttable(bool test_cliff) #endif )) { #ifndef NANO_TINY + statusbar(_("Nothing was cut")); openfile->mark = NULL; #endif - statusbar(_("Nothing was cut")); return FALSE; } else return TRUE;