cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3310 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey
2006-03-19 19:26:52 +00:00
parent 9149325400
commit ec8a055ffd

View File

@@ -122,7 +122,8 @@ void reset_kbinput(void)
* default keystroke buffer is empty. */
void get_key_buffer(WINDOW *win)
{
int input, errcount;
int input;
size_t errcount;
/* If the keystroke buffer isn't empty, get out. */
if (key_buffer != NULL)