From 5a4eb335909afa5aec9b531c0b80296e366fe4bd Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Wed, 21 Jun 2000 21:26:31 +0000
Subject: [PATCH] Oops, two alt_speller vars

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@48 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 nano.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nano.c b/nano.c
index 1278f4dd..d5aba324 100644
--- 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 */
 
-- 
GitLab