nano

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

commit 8f5e50991b9986d241af8b6ec97ba239490f476c
parent 340e5ca8816c752972b3c6bcf4c1f286982d4c7c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri,  6 May 2005 17:03:53 +0000

cosmetic fix


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

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

diff --git a/src/search.c b/src/search.c @@ -1232,7 +1232,7 @@ char *get_history_completion(historyheadtype *h, char *s) return p->data; } } - h->current = (historytype*)h; + h->current = (historytype *)h; null_at(&s, h->len); return s; }