summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-07-30 15:35:10 +0200
committerJo-Philipp Wich <jo@mein.io>2016-07-30 15:35:10 +0200
commitccb314db2e99463de15eed9d7626360d82aec4d2 (patch)
treefddc4031da640c154e7e4dea2482a550d2f3b1c8
parentc444957f5589049932f62cb901669ceb86ba48c1 (diff)
downloaduclient-ccb314db2e99463de15eed9d7626360d82aec4d2.tar.gz
Fix printf format in previous commit.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r--uclient-fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uclient-fetch.c b/uclient-fetch.c
index 3c0c36b..4c603fb 100644
--- a/uclient-fetch.c
+++ b/uclient-fetch.c
@@ -489,7 +489,7 @@ static int no_ssl(const char *progname)
{
fprintf(stderr,
"%s: SSL support not available, please install one of the "
- "libustream-ssl-* libraries as well as the ca-bundle and ",
+ "libustream-ssl-* libraries as well as the ca-bundle and "
"ca-certificates packages.\n",
progname);