nano

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

commit 37dd775f987ece4ae18decc2577962cd8acb97d1
parent 86b6c3e5db74925595d11dd60ec93ab53549f2ab
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue,  4 Oct 2005 03:41:32 +0000

comment fix


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

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

diff --git a/src/winio.c b/src/winio.c @@ -4144,7 +4144,7 @@ int check_linenumbers(const filestruct *fileptr) return check_line; } -#endif +#endif /* !NDEBUG */ #ifdef DEBUG /* Dump the filestruct inptr to stderr. */