nano

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

commit 8d07efac669b2a26b14dfc211125019ca0246df9
parent d922f199a71a9d4a7d4aa54c25ecc1c9d05386ad
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri,  3 Jun 2005 01:33:04 +0000

comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2579 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 @@ -1131,7 +1131,7 @@ char *check_writable_directory(const char *path) return NULL; } - /* otherwise, return the full path */ + /* Otherwise, return the full path. */ return full_path; }