in do_insertfile(), readd the NANO_SMALL #ifdef around the start_again:

label to avoid a warning


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1919 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey
2004-08-27 21:02:38 +00:00
parent c510042bcd
commit 146bb6026a
2 changed files with 7 additions and 0 deletions

View File

@@ -443,7 +443,10 @@ void do_insertfile(int loading_file)
wrap_reset();
#endif
#ifndef NANO_SMALL
start_again:
#endif
#if !defined(DISABLE_BROWSER) || !defined(DISABLE_MOUSE)
currshortcut = insertfile_list;
#endif