Commit 6c860c07 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

remove unneeded blank line

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3182 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 1c3b2111
Showing with 0 additions and 1 deletion
+0 -1
......@@ -499,7 +499,6 @@ void do_research(void)
search_init_globals();
if (last_search[0] != '\0') {
#ifdef HAVE_REGEX_H
/* Since answer is "", use last_search! */
if (ISSET(USE_REGEXP) && regexp_init(last_search) == 0)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment