cosmetic fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2061 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
dcc201b5b2
Коммит
1539837fe0
@ -1962,7 +1962,7 @@ const char *do_alt_speller(char *tempfile_name)
|
|||||||
|
|
||||||
#ifndef NANO_SMALL
|
#ifndef NANO_SMALL
|
||||||
if (old_mark_set) {
|
if (old_mark_set) {
|
||||||
filestruct *old_top = fileage;
|
filestruct *top_save = fileage;
|
||||||
|
|
||||||
/* If we added a magicline, remove it now. */
|
/* If we added a magicline, remove it now. */
|
||||||
if (added_magicline)
|
if (added_magicline)
|
||||||
@ -1979,7 +1979,7 @@ const char *do_alt_speller(char *tempfile_name)
|
|||||||
* the spell-checked marked text to the saved values of totlines
|
* the spell-checked marked text to the saved values of totlines
|
||||||
* and totsize, and then make those saved values the actual
|
* and totsize, and then make those saved values the actual
|
||||||
* values. */
|
* values. */
|
||||||
renumber(old_top);
|
renumber(top_save);
|
||||||
old_totlines += totlines;
|
old_totlines += totlines;
|
||||||
old_totsize += totsize;
|
old_totsize += totsize;
|
||||||
totlines = old_totlines;
|
totlines = old_totlines;
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user