diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-04 14:10:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-04 14:10:26 +0200 |
commit | 6321be300b804894c8c150fac8749741b13dfb2d (patch) | |
tree | defa3c9145ecdf6e3f74c4fcf09b20a50a81983f /find-contact-by-chat.c | |
parent | m + move common code from get-contact-birthday.c and list-birthdays.c to common-birthday.c (diff) | |
download | contacts-6321be300b804894c8c150fac8749741b13dfb2d.tar.gz contacts-6321be300b804894c8c150fac8749741b13dfb2d.tar.bz2 contacts-6321be300b804894c8c150fac8749741b13dfb2d.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-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 { |