about summary refs log tree commit diff stats
path: root/input_buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'input_buffer.c')
-rw-r--r--input_buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input_buffer.c b/input_buffer.c
index 42eecfd4..98d19952 100644
--- a/input_buffer.c
+++ b/input_buffer.c
@@ -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;