cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2429 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-03-26 04:49:01 +00:00
parent 6e0ed3c1c6
commit d8367986ce
1 changed files with 3 additions and 2 deletions

View File

@ -2750,8 +2750,9 @@ char *do_browser(char *path, DIR *dir)
return retval; return retval;
} }
/* Browser front end, checks to see if inpath has a dir in it and, if /* The file browser front end. We check to see if inpath has a dir in
so, starts do_browser from there, else from the current dir */ * 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) char *do_browse_from(const char *inpath)
{ {
struct stat st; struct stat st;