Commit 4428975e authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2615 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent c7935e20
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment