nano

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

commit 61848f172a262981fc16ce683c238354f9b67cff
parent 0ec34ac28aa9b977d3a45849fa7ff1ab165effd9
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue,  9 Jan 2007 23:40:24 +0000

typo fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4024 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 @@ -43,7 +43,7 @@ static bool regexp_compiled = FALSE; /* Compile the regular expression regexp to see if it's valid. Return * TRUE if it is, or FALSE otherwise. */ -bool regex_init(const char *regexp) +bool regexp_init(const char *regexp) { int rc;