Commit 3cba266d authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3488 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent cf8082f8
Showing with 2 additions and 2 deletions
+2 -2
......@@ -103,7 +103,7 @@ char *do_browser(char *path, DIR *dir)
check_statusblank();
/* Compute the line number we're on now, so that we don't divide
* by 0. */
* by zero. */
fileline = selected;
if (width != 0)
fileline /= width;
......@@ -559,7 +559,7 @@ void browser_refresh(void)
char *disp = display_string(tail(filelist[i]), 0, longest,
FALSE);
/* Highlight the currently selected file/dir. */
/* Highlight the currently selected file or directory. */
if (i == selected)
wattron(edit, A_REVERSE);
......
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