nano

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

commit ba48aa974311754b2890f320e64303f303a1b0de
parent 6c3a3998176780da11a9b1b1d1850e3f102fa841
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue,  7 Nov 2006 22:36:44 +0000

still more cosmetic fixes


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

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

diff --git a/src/files.c b/src/files.c @@ -1909,8 +1909,8 @@ int do_writeout(bool exiting) #ifndef NANO_TINY /* Here's where we allow the selected text to be written to * a separate file. If we're using restricted mode, this is - * disabled since it allows reading from or writing to files - * not specified on the command line. */ + * disabled, since it allows reading from or writing to + * files not specified on the command line. */ if (!ISSET(RESTRICTED) && !exiting && openfile->mark_set) retval = write_marked_file(answer, NULL, FALSE, append); else