diff options
Diffstat (limited to 'get-contact-name.c')
-rw-r--r-- | get-contact-name.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/get-contact-name.c b/get-contact-name.c index 8a0ae0c..72b76c0 100644 --- a/get-contact-name.c +++ b/get-contact-name.c @@ -7,10 +7,11 @@ USAGE("[-F | -f | -l | n] contact-id ..."); int main(int argc, char *argv[]) { + size_t offset = 0; struct passwd *user; struct libcontacts_contact contact; int ret = 0; - size_t i, offset = 0; + size_t i; char *name; ARGBEGIN { |