From 858930cae5c6a2e30c903166cd42ea05c6245c29 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Tue, 19 May 2015 23:12:43 +0200 Subject: [PATCH] wincng.c: fixed indentation --- src/wincng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wincng.c b/src/wincng.c index 8cce0d4e..f59265e6 100644 --- a/src/wincng.c +++ b/src/wincng.c @@ -1767,7 +1767,7 @@ _libssh2_wincng_cipher_dtor(_libssh2_cipher_ctx *ctx) ctx->pbKeyObject = NULL; ctx->dwKeyObject = 0; - _libssh2_wincng_safe_free(ctx->pbIV, ctx->dwBlockLength); + _libssh2_wincng_safe_free(ctx->pbIV, ctx->dwBlockLength); ctx->pbIV = NULL; ctx->dwBlockLength = 0; }