aboutsummaryrefslogtreecommitdiffstats
path: root/get-contact-gender.c
diff options
context:
space:
mode:
Diffstat (limited to 'get-contact-gender.c')
-rw-r--r--get-contact-gender.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/get-contact-gender.c b/get-contact-gender.c
index 32fef81..a4634fb 100644
--- a/get-contact-gender.c
+++ b/get-contact-gender.c
@@ -7,9 +7,10 @@ USAGE("[-f] contact-id ...");
int
main(int argc, char *argv[])
{
+ int output_flag = 0;
struct passwd *user;
struct libcontacts_contact contact;
- int output_flag = 0, ret = 0;
+ int ret = 0;
size_t i;
ARGBEGIN {