aboutsummaryrefslogtreecommitdiffstats
path: root/get-contact-groups.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-06 00:48:18 +0200
committerMattias Andrée <maandree@kth.se>2021-04-06 00:48:18 +0200
commita784233ac8c7545968ae76a021f5d89fc10225e6 (patch)
treea8655d54686fadd3df98e3f31fade2635602ae22 /get-contact-groups.c
parentm (diff)
downloadcontacts-a784233ac8c7545968ae76a021f5d89fc10225e6.tar.gz
contacts-a784233ac8c7545968ae76a021f5d89fc10225e6.tar.bz2
contacts-a784233ac8c7545968ae76a021f5d89fc10225e6.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'get-contact-groups.c')
-rw-r--r--get-contact-groups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get-contact-groups.c b/get-contact-groups.c
index fa1eb77..35c898b 100644
--- a/get-contact-groups.c
+++ b/get-contact-groups.c
@@ -8,9 +8,9 @@ int
main(int argc, char *argv[])
{
int lookup_unassigned = 0;
+ char *lookup_group = NULL;
struct passwd *user;
struct libcontacts_contact contact;
- char *lookup_group = NULL;
char **groups;
int ret = 0;
size_t i;