nano

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

commit b6fb6884caea19796bc9f0f5c9eb0b62a61c27e8
parent 3d267dc323ea0be1750ae88898d478867d61eefb
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 27 Nov 2006 07:28:52 +0000

still more comment fixes


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

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

diff --git a/src/global.c b/src/global.c @@ -26,7 +26,7 @@ /* Global variables. */ #ifndef NANO_TINY sigjmp_buf jump_buf; - /* Used to return to main() or the unjustify routine in + /* Used to return to either main() or the unjustify routine in * do_justify() after a SIGWINCH. */ bool jump_buf_main = FALSE; /* Have we set jump_buf so that we return to main() after a