add another missing blank line

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3284 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey
2006-02-08 05:01:58 +00:00
parent 5443b46241
commit 8a1a886fbe

View File

@@ -138,6 +138,7 @@ char *do_browser(char *path, DIR *dir)
break;
#endif
case NANO_PREVLINE_KEY:
if (selected >= width)
selected -= width;