Oops, two alt_speller vars
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@48 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
fc5fb2ea48
commit
5a4eb33590
1
nano.c
1
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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue