nano

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

commit b32ccd9257243fe5d0a44b27f41f7f1354f853de
parent 327abdab4ab73b9cf35d64b0c399d96e6c5ef36e
Author: Chris Allegretta <chrisa@asty.org>
Date:   Fri, 17 Jan 2003 13:16:09 +0000

Minor #endif fix at the end of files.c


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

Diffstat:
Mfiles.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files.c b/files.c @@ -2954,4 +2954,4 @@ come_from: } } #endif /* ENABLE_NANORC */ -#endif NANO_SMALL +#endif /* NANO_SMALL */