From: David Lawrence Ramsey Date: Tue, 9 Jan 2007 23:40:24 +0000 (+0000) Subject: typo fix X-Git-Tag: v2.0.3~30 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=61848f172a262981fc16ce683c238354f9b67cff;p=nano.git typo fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4024 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/search.c b/src/search.c index eed26de2..c4aa214e 100644 --- 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;