diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-06 00:48:18 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-06 00:48:18 +0200 |
commit | a784233ac8c7545968ae76a021f5d89fc10225e6 (patch) | |
tree | a8655d54686fadd3df98e3f31fade2635602ae22 /get-contact-gender.c | |
parent | m (diff) | |
download | contacts-a784233ac8c7545968ae76a021f5d89fc10225e6.tar.gz contacts-a784233ac8c7545968ae76a021f5d89fc10225e6.tar.bz2 contacts-a784233ac8c7545968ae76a021f5d89fc10225e6.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | get-contact-gender.c | 3 |
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 { |