diff options
Diffstat (limited to 'find-contact-by-chat.c')
-rw-r--r-- | find-contact-by-chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/find-contact-by-chat.c b/find-contact-by-chat.c index 282f847..529b32c 100644 --- a/find-contact-by-chat.c +++ b/find-contact-by-chat.c @@ -11,7 +11,7 @@ main(int argc, char *argv[]) struct passwd *user; struct libcontacts_contact **contacts; struct libcontacts_chat **chats, *chat; - char *context = NULL, *service; + char *context = NULL, *service = NULL; size_t i; ARGBEGIN { |