Commit 3e0f523d authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2827 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent de03989e
Showing with 1 addition and 1 deletion
+1 -1
...@@ -2324,7 +2324,7 @@ const char *do_alt_speller(char *tempfile_name) ...@@ -2324,7 +2324,7 @@ const char *do_alt_speller(char *tempfile_name)
{ {
int alt_spell_status; int alt_spell_status;
size_t current_x_save = current_x, pww_save = placewewant; size_t current_x_save = current_x, pww_save = placewewant;
ssize_t lineno_save = current->lineno, current_y_save = current_y; ssize_t current_y_save = current_y, lineno_save = current->lineno;
pid_t pid_spell; pid_t pid_spell;
char *ptr; char *ptr;
static int arglen = 3; static int arglen = 3;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment