about summary refs log tree commit diff stats
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c
index d062138e..03d31e57 100644
--- a/command.c
+++ b/command.c
@@ -153,7 +153,7 @@ static int _cmd_who(void)
     if (conn_status != JABBER_CONNECTED) {
         cons_not_connected();
     } else {
-        struct contact_list *list = get_contact_list();
+        contact_list_t *list = get_contact_list();
         cons_show_online_contacts(list);
     }