From d8367986ce783bab0c60e23f838c2eaf67e517bc Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 26 Mar 2005 04:49:01 +0000
Subject: [PATCH] cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2429 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/files.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/files.c b/src/files.c
index ff2ade33..9da25f75 100644
--- a/src/files.c
+++ b/src/files.c
@@ -2750,8 +2750,9 @@ char *do_browser(char *path, DIR *dir)
     return retval;
 }
 
-/* Browser front end, checks to see if inpath has a dir in it and, if
-   so, starts do_browser from there, else from the current dir */
+/* The file browser front end.  We check to see if inpath has a dir in
+ * it.  If it does, we start do_browser() from there.  Otherwise, we
+ * start do_browser() from the current directory. */
 char *do_browse_from(const char *inpath)
 {
     struct stat st;
-- 
GitLab