nano

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

commit 81dabf2be708463af30ac4a6d5be91d25ffeac9b
parent 3db02389f4bf45863b9c096a9efc477680f94a48
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun,  5 Jun 2005 19:20:36 +0000

formatting fix


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

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

diff --git a/src/files.c b/src/files.c @@ -1305,7 +1305,8 @@ int copy_file(FILE *inn, FILE *out) * stream associated with the file, and we don't try to open it * ourselves. If tmp is TRUE, we set the umask to disallow anyone else * from accessing the file, we don't set the global variable filename to - * its name, and we don't print out how many lines we wrote on the statusbar. + * its name, and we don't print out how many lines we wrote on the + * statusbar. * * tmp means we are writing a temporary file in a secure fashion. We * use it when spell checking or dumping the file on an error.