Avoiding two compilation warnings.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5481 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
@@ -1100,8 +1100,9 @@ void do_insertfile(
|
||||
break;
|
||||
} else {
|
||||
size_t pww_save = openfile->placewewant;
|
||||
#if !defined(NANO_TINY) || !defined(DISABLE_BROWSER)
|
||||
functionptrtype func = func_from_key(&i);
|
||||
|
||||
#endif
|
||||
ans = mallocstrcpy(ans, answer);
|
||||
|
||||
#ifndef NANO_TINY
|
||||
|
||||
Reference in New Issue
Block a user