commit 5a4eb335909afa5aec9b531c0b80296e366fe4bd
parent fc5fb2ea48e5a1d3576d5bd60ce0a881668e99c6
Author: Chris Allegretta <chrisa@asty.org>
Date: Wed, 21 Jun 2000 21:26:31 +0000
Oops, two alt_speller vars
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@48 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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 */