From 79ee2f339ebf07b1c170a3d85fd47f75dee8b7bf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 12 Apr 2010 22:09:38 +0200 Subject: [PATCH] make it C90 compliant --- tests/simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/simple.c b/tests/simple.c index 85f7a15..0a5b03c 100644 --- a/tests/simple.c +++ b/tests/simple.c @@ -70,9 +70,9 @@ static int test_libssh2_base64_decode (LIBSSH2_SESSION *session) int main(int argc, char *argv[]) { LIBSSH2_SESSION *session; + int rc; (void)argv; (void)argc; - int rc; rc = libssh2_init (LIBSSH2_INIT_NO_CRYPTO); if (rc != 0)