add another cosmetic fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1962 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
951d7148d1
commit
77e02a3e74
|
@ -869,7 +869,7 @@ void do_gotoline(int line, bool save_pos)
|
||||||
free(ans);
|
free(ans);
|
||||||
|
|
||||||
/* Cancel, or Enter with blank string. */
|
/* Cancel, or Enter with blank string. */
|
||||||
if (i == -1 || i == -2)
|
if (i < 0)
|
||||||
statusbar(_("Cancelled"));
|
statusbar(_("Cancelled"));
|
||||||
|
|
||||||
if (i == NANO_TOOTHERWHEREIS_KEY) {
|
if (i == NANO_TOOTHERWHEREIS_KEY) {
|
||||||
|
|
Loading…
Reference in New Issue