comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3013 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-09-04 03:29:47 +00:00
parent f56229948d
commit 1c367b6949
1 changed files with 2 additions and 2 deletions

View File

@ -299,8 +299,8 @@ int *get_input(WINDOW *win, size_t input_len)
free(key_buffer);
key_buffer = NULL;
/* If the default keystroke buffer isn't empty, move its
* beginning forward far enough back so that the keystrokes in input
* are no longer at its beginning. */
* beginning forward far enough so that the keystrokes in input are
* no longer at its beginning. */
} else {
memmove(key_buffer, key_buffer + input_len, key_buffer_len *
sizeof(int));