Consistent naming in input_buffer

This commit is contained in:
James Booth
2012-02-26 23:37:23 +00:00
parent cc4c7f3e19
commit 2379ae895f
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ void inpbuf_append(char *inp)
}
}
char *inp_buf_get_previous(void)
char *inpbuf_get_previous(void)
{
if (_buf_size == 0 || _buf_prev == -1)
return NULL;