nano

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

commit e0b55138b9be8d326ed7c1aa59af75b9f35cbfbf
parent 5e068c603130e6a18886547985f8e112ef251431
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 31 May 2005 17:35:11 +0000

add missing blank line


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

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

diff --git a/src/search.c b/src/search.c @@ -257,6 +257,7 @@ int search_init(bool replacing, bool use_answer) return -1; } } + return 0; }