]> git.wh0rd.org Git - nano.git/commitdiff
more miscellaneous comment fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 9 Jan 2007 23:42:34 +0000 (23:42 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 9 Jan 2007 23:42:34 +0000 (23:42 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4025 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/search.c

index c4aa214ec6c63e8e0003518377ee9ee28852997a..52a30275bd792839140560b8bc4fdeaaf2df3761 100644 (file)
@@ -39,8 +39,6 @@ static bool history_changed = FALSE;
 static bool regexp_compiled = FALSE;
        /* Have we compiled any regular expressions? */
 
-/* Regular expression helper functions. */
-
 /* Compile the regular expression regexp to see if it's valid.  Return
  * TRUE if it is, or FALSE otherwise. */
 bool regexp_init(const char *regexp)