]> git.wh0rd.org Git - nano.git/commitdiff
Oops, two alt_speller vars
authorChris Allegretta <chrisa@asty.org>
Wed, 21 Jun 2000 21:26:31 +0000 (21:26 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 21 Jun 2000 21:26:31 +0000 (21:26 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@48 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

nano.c

diff --git a/nano.c b/nano.c
index 1278f4dddf00e4a8e0faeadeff8f486a0ce55299..d5aba3241790dbd3723ea72a7a775e781f3bd623 100644 (file)
--- a/nano.c
+++ b/nano.c
@@ -64,7 +64,6 @@ int temp_opt = 0;             /* Editing temp file (pico -t option) */
 int fill = 0;                  /* Fill - where to wrap lines, basically */
 static char *alt_speller;      /* Alternative spell command */
 struct termios oldterm;                /* The user's original term settings */
-static char *alt_speller;      /* Alternative spell command */
 static char *help_text_init = "";
                                /* Initial message, not including shortcuts */