fix misplaced #ifdef

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2191 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-12-21 16:39:45 +00:00
parent 3ba9c3512c
commit 415b5d91cf
1 changed files with 1 additions and 1 deletions

View File

@ -3571,8 +3571,8 @@ void do_output(int *kbinput, size_t kbinput_len)
/* Do we have to call edit_refresh(), or can we get away with
* update_line()? */
#ifdef NANO_WIDE
char *key =
#ifdef NANO_WIDE
charalloc(MB_CUR_MAX)
#else
charalloc(1)