From 22204c4e2ea0e10ede946cf6e3f125956c1f399a Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Fri, 26 Dec 2014 13:39:18 +0100 Subject: [PATCH] pem.c: fix mixed line-endings introduced with 8670f5da24 --- src/pem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pem.c b/src/pem.c index 2e68c74..ff7dc6a 100644 --- a/src/pem.c +++ b/src/pem.c @@ -102,7 +102,7 @@ _libssh2_pem_parse(LIBSSH2_SESSION * session, } while (strcmp(line, headerend) != 0); if (!b64data) { - return -1; + return -1; } if (libssh2_base64_decode(session, (char**) data, datalen,