]> git.wh0rd.org Git - nano.git/commitdiff
add missing blank line
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 26 May 2006 03:02:50 +0000 (03:02 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 26 May 2006 03:02:50 +0000 (03:02 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3567 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index 526a4166483c8dd28ec7db9274ed8b7a54a3e57a..51b7033cedb93f8a2907e91e323e5f236666816e 100644 (file)
@@ -2284,6 +2284,7 @@ void reset_cursor(void)
        openfile->edittop->lineno;
     if (openfile->current_y < editwinrows) {
        size_t xpt = xplustabs();
+
        wmove(edit, openfile->current_y, xpt - get_page_start(xpt));
      }
 }