From: FdaSilvaYY Date: Tue, 18 Oct 2016 22:01:42 +0000 (+0200) Subject: Fix not-c code X-Git-Tag: OpenSSL_1_1_1-pre1~3360 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=10acff61e105b69623c54ade26a7a426a705f7b2;p=oweals%2Fopenssl.git Fix not-c code Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/1742) --- diff --git a/apps/win32_init.c b/apps/win32_init.c index ebe92bcd40..df4bff41a2 100644 --- a/apps/win32_init.c +++ b/apps/win32_init.c @@ -302,6 +302,6 @@ void win32_utf8argv(int *argc, char **argv[]) return; } #else -void win32_utf8argv(int &argc, char **argv[]) +void win32_utf8argv(int *argc, char **argv[]) { return; } #endif