about summary refs log tree commit diff stats
path: root/src/ui/inputwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/inputwin.c')
-rw-r--r--src/ui/inputwin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c
index 43e2a3a7..8faa2082 100644
--- a/src/ui/inputwin.c
+++ b/src/ui/inputwin.c
@@ -129,7 +129,7 @@ create_input_window(void)
     _inp_win_update_virtual();
 }
 
-char *
+char*
 inp_readline(void)
 {
     free(inp_line);
@@ -225,7 +225,7 @@ inp_close(void)
     rl_callback_handler_remove();
 }
 
-char *
+char*
 inp_get_line(void)
 {
     werase(inp_win);