From 7d6dd41a4affb984efed61b3a92ee68d264df616 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 2 Jul 2006 21:15:36 +0000 Subject: [PATCH] still more comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3726 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/browser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/browser.c b/src/browser.c index 0dbf6e07..e60e8619 100644 --- a/src/browser.c +++ b/src/browser.c @@ -580,8 +580,8 @@ void browser_refresh(void) char *disp = display_string(filetail, dots ? filetaillen - longest + 11 : 0, longest, FALSE); /* If we put an ellipsis before the filename, reserve 8 - * columns for "--", "(dir)", or the file size, plus 3 - * columns for the ellipsis. */ + * columns for padding followed by "--", "(dir)", or the + * file size, plus 3 columns for the ellipsis. */ /* Highlight the currently selected file or directory. */ if (i == selected) -- 2.39.5