Fix printf format in previous commit.
authorJo-Philipp Wich <jo@mein.io>
Sat, 30 Jul 2016 13:35:10 +0000 (15:35 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sat, 30 Jul 2016 13:35:10 +0000 (15:35 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
uclient-fetch.c

index 3c0c36b9e1cf4c119418621b53a7189e3ba130e6..4c603fbc19452d3210d03e3d9745dd9a3fcdc2c0 100644 (file)
@@ -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);