]> git.wh0rd.org Git - nano.git/commitdiff
fix misplaced #ifdef
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 21 Dec 2004 16:39:45 +0000 (16:39 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 21 Dec 2004 16:39:45 +0000 (16:39 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2191 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index 46a1a10b737d96bdbc5e706bbcf95ae45424b217..8f885927f0fd2313590971c78e60ef55cfddf810 100644 (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)