Commit 37be3ede authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

remove redundant line

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1684 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 0 additions and 1 deletion
+0 -1
......@@ -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
in statusq() */
if (kbinput == NANO_HELP_KEY) {
kbinput = NANO_HELP_KEY;
do_help();
break;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment