fix indentation of a label

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1536 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2003-09-01 16:34:12 +00:00
parent cb7ee0e491
commit 79c849a4a9
1 changed files with 1 additions and 1 deletions

View File

@ -2949,7 +2949,7 @@ void save_history(void)
goto come_from;
}
}
come_from:
come_from:
fclose(hist);
}
free(nanohist);