From 8b55fd573a78a84cc375196f70fe77c995391fc8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 12 Apr 2021 14:22:41 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- unblock-contact.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3-70-g09d2