aboutsummaryrefslogtreecommitdiffstats
path: root/unblock-contact.c
diff options
context:
space:
mode:
Diffstat (limited to 'unblock-contact.c')
-rw-r--r--unblock-contact.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/unblock-contact.c b/unblock-contact.c
index e16a97c..e582231 100644
--- a/unblock-contact.c
+++ b/unblock-contact.c
@@ -94,7 +94,8 @@ main(int argc, char *argv[])
for (; *argv; argv++) {
if (libcontacts_load_contact(*argv, &contact, user)) {
- weprintf("libcontacts_load_contact %s: %s\n", *argv, errno ? strerror(errno) : "contact file is malformatted");
+ weprintf("libcontacts_load_contact %s: %s\n", *argv,
+ errno ? strerror(errno) : "contact file is malformatted");
ret = 1;
continue;
}