]> git.wh0rd.org Git - nano.git/commitdiff
more comment fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 2 Jul 2006 15:39:34 +0000 (15:39 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 2 Jul 2006 15:39:34 +0000 (15:39 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3714 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/browser.c
src/help.c

index c5c93e82458d2f3a7f61a17965ef6fbbd1b14fa8..2f6f22ddbd62a47b90dc60551c9099e351435803 100644 (file)
@@ -352,8 +352,8 @@ char *do_browser(char *path, DIR *dir)
                /* Start over again with the new path value. */
                free_chararray(filelist, filelist_len);
                goto change_browser_directory;
+           /* Abort the file browser. */
            case NANO_EXIT_KEY:
-               /* Abort the file browser. */
                abort = TRUE;
                break;
        }
index da5d01f744556338f0bf21ac73a15e8ec0219a0e..a56ef3e6e01d33328f1a45475ef2f91d226e3837 100644 (file)
@@ -106,6 +106,7 @@ void do_help(void (*refresh_func)(void))
                }
                break;
 #endif
+           /* Redraw the screen. */
            case NANO_REFRESH_KEY:
                total_redraw();
                kbinput = ERR;
@@ -138,8 +139,8 @@ void do_help(void (*refresh_func)(void))
                        line = last_line - (editwinrows - 1);
                }
                break;
+           /* Abort the help browser. */
            case NANO_EXIT_KEY:
-               /* Abort the help browser. */
                abort = TRUE;
                break;
        }