add another cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1962 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-10-04 15:53:40 +00:00
parent 951d7148d1
commit 77e02a3e74
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ void do_gotoline(int line, bool save_pos)
free(ans);
/* Cancel, or Enter with blank string. */
if (i == -1 || i == -2)
if (i < 0)
statusbar(_("Cancelled"));
if (i == NANO_TOOTHERWHEREIS_KEY) {