diff options
Diffstat (limited to 'get-contact-emails.c')
-rw-r--r-- | get-contact-emails.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/get-contact-emails.c b/get-contact-emails.c index 1e688f6..a672b0a 100644 --- a/get-contact-emails.c +++ b/get-contact-emails.c @@ -8,10 +8,10 @@ int main(int argc, char *argv[]) { int display_ctx = 0, display_addr = 0; + const char *lookup_ctx = NULL, *lookup_addr = NULL; struct passwd *user; struct libcontacts_contact contact; struct libcontacts_email **emails, *email; - const char *lookup_ctx = NULL, *lookup_addr = NULL; int ret = 0; size_t i; |