cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2615 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-06-08 20:13:38 +00:00
parent c7935e20b7
commit 4428975e95
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ filestruct *read_line(char *buf, filestruct *prevnode, bool
fileptr->data[len - 1] = '\0';
#endif
if (*first_line_ins || fileage == NULL) {
if (*first_line_ins == TRUE || fileage == NULL) {
/* Special case: we're inserting with the cursor on the first
* line. */
fileptr->prev = NULL;