git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4024 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2007-01-09 23:40:24 +00:00
parent 0ec34ac28a
commit 61848f172a
1 changed files with 1 additions and 1 deletions

View File

@ -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;