remove redundant line
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1684 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
5ae684fc81
commit
37be3edebc
|
@ -1144,7 +1144,6 @@ int nanogetstr(int allowtabs, const char *buf, const char *def,
|
||||||
/* Have to do this here, it would be too late to do it
|
/* Have to do this here, it would be too late to do it
|
||||||
in statusq() */
|
in statusq() */
|
||||||
if (kbinput == NANO_HELP_KEY) {
|
if (kbinput == NANO_HELP_KEY) {
|
||||||
kbinput = NANO_HELP_KEY;
|
|
||||||
do_help();
|
do_help();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue