about summary refs log tree commit diff stats
path: root/src/profanity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/profanity.c')
-rw-r--r--src/profanity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profanity.c b/src/profanity.c
index b28eae20..3b43f797 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -118,7 +118,7 @@ prof_run(const int disable_tls, char *log_level, char *account_name)
 
             ch = ui_get_char(inp, &size, &result);
 
-            ui_handle_special_keys(&ch, result);
+            ui_handle_special_keys(ch, result);
 #ifdef HAVE_LIBOTR
             otr_poll();
 #endif