nano

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

commit d9ae1d6d6a126aa222ae95095b9ae91b6d93aa78
parent 8055f0935f14b761715fa4265b5efad1fb5627cd
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri,  7 Apr 2006 03:57:23 +0000

yet another comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3359 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 @@ -1306,7 +1306,7 @@ int write_file(const char *name, FILE *f_open, bool tmp, append_type goto cleanup_and_exit; } - /* Save the state of file at the end of the symlink (if there is + /* Save the state of the file at the end of the symlink (if there is * one). */ realexists = (stat(realname, &st) != -1);