aboutsummaryrefslogtreecommitdiffstats
path: root/get-contact-chats.c
diff options
context:
space:
mode:
Diffstat (limited to 'get-contact-chats.c')
-rw-r--r--get-contact-chats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get-contact-chats.c b/get-contact-chats.c
index 4d25d66..5e790d7 100644
--- a/get-contact-chats.c
+++ b/get-contact-chats.c
@@ -8,10 +8,10 @@ int
main(int argc, char *argv[])
{
int display_ctx = 0, display_addr = 0, display_srv = 0;
+ const char *lookup_ctx = NULL, *lookup_addr = NULL, *lookup_srv = NULL;
struct passwd *user;
struct libcontacts_contact contact;
struct libcontacts_chat **chats, *chat;
- const char *lookup_ctx = NULL, *lookup_addr = NULL, *lookup_srv = NULL;
int ret = 0;
size_t i;