Oops, two alt_speller vars

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@48 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2000-06-21 21:26:31 +00:00
parent fc5fb2ea48
commit 5a4eb33590
1 changed files with 0 additions and 1 deletions

1
nano.c
View File

@ -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 */