nano

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

commit 9880afc47af15ab7dd951d1b79d279719bd1ef56
parent 5ed8819f35e268fe1516909c7c64982e0ee02912
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Mon, 13 Jun 2005 05:13:14 +0000

remove unneeded blank line


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

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

diff --git a/src/search.c b/src/search.c @@ -417,7 +417,6 @@ bool findnextstr(bool can_display_wrap, bool wholeword, bool ) { if (can_display_wrap) not_found_msg(needle); - return FALSE; }