nano

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

commit 9c8baed321d1450329829d6879ba38deebf0a991
parent 775eeba38a1a9bfe07d895bf10f9272a453c4614
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 16 May 2005 19:43:04 +0000

comment fix


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

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

diff --git a/src/nano.c b/src/nano.c @@ -4492,7 +4492,8 @@ int main(int argc, char **argv) UNSET(VIEW_MODE); /* Add this new entry to the open_files structure if we have - * multibuffer support, or to the main filestruct if we don't. */ + * multibuffer support, or to the main filestruct if we + * don't. */ load_file(); }