nano

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

commit 6529ab434abc70da78769b6c08b07d15ca1ce692
parent 160c5fec87a81f274b07d2fc30a5c3c01b89a4a4
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat,  4 Jun 2005 01:16:46 +0000

remove unneeded blank line


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

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

diff --git a/src/winio.c b/src/winio.c @@ -2970,7 +2970,6 @@ void onekey(const char *keystroke, const char *desc, size_t len) } /* And so start the display update routines. */ - #ifndef NDEBUG int check_linenumbers(const filestruct *fileptr) {