Commit 0df61f1a authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2616 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 4428975e
Showing with 3 additions and 3 deletions
+3 -3
......@@ -107,7 +107,7 @@ static colortype *endcolor = NULL;
#endif
/* We have an error in some part of the rcfile. Put it on stderr and
* make the user hit return to continue starting up nano. */
* make the user hit Return to continue starting up nano. */
void rcfile_error(const char *msg, ...)
{
va_list ap;
......
......@@ -1511,8 +1511,8 @@ bool get_mouseinput(int *mouse_x, int *mouse_y, bool allow_shortcuts)
currslen = MAIN_VISIBLE;
}
/* Calculate the width of each shortcut in the list (it's the
* same for all of them). */
/* Calculate the width of each shortcut in the list. It's the
* same for all of them. */
if (currslen < 2)
i = COLS / 6;
else
......
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