comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3162 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
d82dae0925
commit
da0691b4ad
|
@ -516,7 +516,7 @@ void read_file(FILE *f, const char *filename)
|
||||||
if (fileptr == openfile->filebot)
|
if (fileptr == openfile->filebot)
|
||||||
openfile->filebot = openfile->current;
|
openfile->filebot = openfile->current;
|
||||||
|
|
||||||
/* Move fileptr back one line and delete the old fileptr,
|
/* Move fileptr back one line and blow away the old fileptr,
|
||||||
* since its text has been saved. */
|
* since its text has been saved. */
|
||||||
fileptr = fileptr->prev;
|
fileptr = fileptr->prev;
|
||||||
if (fileptr != NULL) {
|
if (fileptr != NULL) {
|
||||||
|
|
Loading…
Reference in New Issue