Commit 53bd1dda authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3120 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
...@@ -40,9 +40,9 @@ void cutbuffer_reset(void) ...@@ -40,9 +40,9 @@ void cutbuffer_reset(void)
/* If we're not on the last line of the file, move all the text of the /* If we're not on the last line of the file, move all the text of the
* current line, plus the newline at the end, to the cutbuffer. If we * current line, plus the newline at the end, to the cutbuffer. If we
* are, and the last line of the file isn't blank, move all of the text * are, move all of the text of the current line to the cutbuffer. In
* of the current line to the cutbuffer. In both cases, set the current * both cases, set the current place we want to the beginning of the
* place we want to the beginning of the current line. */ * current line. */
void cut_line(void) void cut_line(void)
{ {
if (openfile->current != openfile->filebot) if (openfile->current != openfile->filebot)
......
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