about summary refs log tree commit diff stats
path: root/src/event/ui_events.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/ui_events.c')
-rw-r--r--src/event/ui_events.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/event/ui_events.c b/src/event/ui_events.c
index 11296739..a9e71bbd 100644
--- a/src/event/ui_events.c
+++ b/src/event/ui_events.c
@@ -44,13 +44,13 @@ ui_ev_focus_win(ProfWin *win)
 }
 
 ProfChatWin*
-ui_ev_new_chat_win(const char * const barejid)
+ui_ev_new_chat_win(const char *const barejid)
 {
     return ui_new_chat_win(barejid);
 }
 
 ProfPrivateWin*
-ui_ev_new_private_win(const char * const fulljid)
+ui_ev_new_private_win(const char *const fulljid)
 {
     return ui_new_private_win(fulljid);
 }