]> git.wh0rd.org Git - nano.git/commitdiff
typo fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 23 Jul 2006 18:00:50 +0000 (18:00 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 23 Jul 2006 18:00:50 +0000 (18:00 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3808 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index fbd4169863f0bec9bab27c9db944cd8622f54a74..6e0b6c47a7d6c4044cc1bff337d32e4d154bb03f 100644 (file)
@@ -1197,7 +1197,7 @@ int parse_escape_seq_kbinput(WINDOW *win, int kbinput)
     /* If we got an unrecognized escape sequence, and it's not ignored,
      * throw it out. */
     if (retval == ERR && !ignore_seq) {
-       if (win == edit)
+       if (win == edit) {
            statusbar(_("Unknown Command"));
            beep();
        }