nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 5314b8dd8a1b8c91ecaf1fea2fa64495840ad0b5
parent cc91cf41a050eb1fe5097490d5c2294d52cbf949
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 11 Jan 2007 23:11:46 +0000

still more miscellaneous comment fixes


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4034 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/files.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/files.c b/src/files.c @@ -2050,7 +2050,7 @@ void free_chararray(char **array, size_t len) #endif #ifndef DISABLE_TABCOMP -/* Is the given file a directory? */ +/* Is the given path a directory? */ bool is_dir(const char *buf) { char *dirptr;