More totsize :P

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@403 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2000-12-10 06:07:01 +00:00
parent 321590a59d
commit c130297a79
1 changed files with 0 additions and 1 deletions

1
nano.c
View File

@ -1033,7 +1033,6 @@ int do_backspace(void)
if (strcmp(current->data, "")) {
new_magicline();
fix_editbot();
totsize++;
}
}