tweaks: rename a variable, to distinguish it from a browser function

This commit is contained in:
Benno Schulenberg
2019-04-22 19:45:42 +02:00
parent ea844d28fe
commit 11aa191bdc
5 changed files with 11 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ void make_new_buffer(void)
newnode->prev = newnode;
newnode->next = newnode;
firstfile = newnode;
startfile = newnode;
} else {
/* Add the new open file after the current one in the list. */
newnode->prev = openfile;