aboutsummaryrefslogtreecommitdiffstats
path: root/get-contact-pgpkeys.c
diff options
context:
space:
mode:
Diffstat (limited to 'get-contact-pgpkeys.c')
-rw-r--r--get-contact-pgpkeys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get-contact-pgpkeys.c b/get-contact-pgpkeys.c
index 97e32c7..e0a3961 100644
--- a/get-contact-pgpkeys.c
+++ b/get-contact-pgpkeys.c
@@ -8,10 +8,10 @@ int
main(int argc, char *argv[])
{
int display_ctx = 0, display_id = 0;
+ const char *lookup_ctx = NULL, *lookup_id = NULL;
struct passwd *user;
struct libcontacts_contact contact;
struct libcontacts_pgpkey **keys, *key;
- const char *lookup_ctx = NULL, *lookup_id = NULL;
int ret = 0;
size_t i;