Commit 457847f0 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

add else's

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2605 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 2 deletions
+4 -2
...@@ -576,13 +576,15 @@ void do_insertfile( ...@@ -576,13 +576,15 @@ void do_insertfile(
if (!ISSET(VIEW_MODE)) if (!ISSET(VIEW_MODE))
TOGGLE(MULTIBUFFER); TOGGLE(MULTIBUFFER);
continue; continue;
} } else
#endif #endif
if (i == NANO_TOOTHERINSERT_KEY) { if (i == NANO_TOOTHERINSERT_KEY) {
execute = !execute; execute = !execute;
continue; continue;
} }
#ifndef DISABLE_BROWSER
else
#endif
#endif /* !NANO_SMALL */ #endif /* !NANO_SMALL */
#ifndef DISABLE_BROWSER #ifndef DISABLE_BROWSER
......
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