]> git.wh0rd.org Git - nano.git/commitdiff
remove redundant line
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 5 Mar 2004 03:14:52 +0000 (03:14 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 5 Mar 2004 03:14:52 +0000 (03:14 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1684 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index fff100ee7f5a98b91572d33fbe5290ffb5b84f1d..7e34183b89d7c52277407054b0d7eb18c374223b 100644 (file)
@@ -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;
                }