add missing blank line

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2783 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-06-28 07:16:13 +00:00
parent 2cf6d717f1
commit 3b2fdb00e4
1 changed files with 1 additions and 0 deletions

View File

@ -3018,6 +3018,7 @@ void onekey(const char *keystroke, const char *desc, size_t len)
size_t get_page_start(size_t column)
{
assert(COLS > 0);
if (column == 0 || column < COLS - 1)
return 0;
else if (COLS > 9)